Bug 1013531 - Clarify the naming of the rooting analysis supression guards; r=sfink
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user