Bug 716702: Fix C++-style comment in header 'jsopcode.h' that gets included in C code. r=bhackett
This commit is contained in:
@@ -632,7 +632,7 @@ class OpcodeCounts
|
||||
return counts[which];
|
||||
}
|
||||
|
||||
// Boolean conversion, for 'if (counters) ...'
|
||||
/* Boolean conversion, for 'if (counters) ...' */
|
||||
operator void*() const {
|
||||
return counts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user