Backed out changeset 0d61bcf08362 (bug 1013531) for bustage.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen
2014-05-29 13:26:55 -04:00
parent c97f455c12
commit 02a1779237
17 changed files with 43 additions and 120 deletions

View File

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