mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
Bug 982561 - Fix rooting analysis false positive caused by 36eba9f58983 r=me
This commit is contained in:
parent
497651b04c
commit
a563d16a7e
@ -165,6 +165,7 @@ ObjectValueMap::findZoneEdges()
|
||||
* edge to ensure that the delegate zone does finish marking after the key
|
||||
* zone.
|
||||
*/
|
||||
JS::AutoAssertNoGC nogc;
|
||||
Zone *mapZone = compartment->zone();
|
||||
for (Range r = all(); !r.empty(); r.popFront()) {
|
||||
JSObject *key = r.front().key();
|
||||
|
Loading…
Reference in New Issue
Block a user