Commit a07b27d4 authored by Daniel Holbert's avatar Daniel Holbert
Browse files

Bug 716702: Fix C++-style comment in header 'jsopcode.h' that gets included in C code. r=bhackett

parent f058e16a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -632,7 +632,7 @@ class OpcodeCounts
        return counts[which];
    }

    // Boolean conversion, for 'if (counters) ...'
    /* Boolean conversion, for 'if (counters) ...' */
    operator void*() const {
        return counts;
    }