Bug 1013531 - Clarify the naming of the rooting analysis supression guards; r=sfink

This commit is contained in:
Terrence Cole
2014-05-28 17:34:36 -07:00
parent 1c49110375
commit 3756031f7e
17 changed files with 120 additions and 43 deletions

View File

@@ -165,7 +165,7 @@ ObjectValueMap::findZoneEdges()
* edge to ensure that the delegate zone does finish marking after the key
* zone.
*/
JS::AutoAssertNoGC nogc;
JS::AutoSuppressGCAnalysis nogc;
Zone *mapZone = compartment->zone();
for (Range r = all(); !r.empty(); r.popFront()) {
JSObject *key = r.front().key();