mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 924443 - Remove waitBackgroundSweepOrAllocEnd() call from JS_IterateCompartments. r=billm
This commit is contained in:
parent
8c33b91b8c
commit
c3302080df
@ -105,7 +105,6 @@ JS_IterateCompartments(JSRuntime *rt, void *data,
|
||||
JS_ASSERT(!rt->isHeapBusy());
|
||||
|
||||
AutoTraceSession session(rt);
|
||||
rt->gcHelperThread.waitBackgroundSweepOrAllocEnd();
|
||||
|
||||
for (CompartmentsIter c(rt); !c.done(); c.next())
|
||||
(*compartmentCallback)(rt, data, c);
|
||||
|
Loading…
Reference in New Issue
Block a user