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 34068bc20d
commit d0ab3e3410
18 changed files with 121 additions and 47 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();