mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 940088 - Fix assumption that Ion stays enabled across warmup in ForkJoin. (r=nmatsakis)
This commit is contained in:
parent
7667458dc3
commit
9db256f637
@ -155,9 +155,9 @@ static bool
|
||||
ExecuteSequentially(JSContext *cx, HandleValue funVal, bool *complete)
|
||||
{
|
||||
uint32_t numSlices = ForkJoinSlices(cx);
|
||||
FastInvokeGuard fig(cx, funVal);
|
||||
bool allComplete = true;
|
||||
for (uint32_t i = 0; i < numSlices; i++) {
|
||||
FastInvokeGuard fig(cx, funVal);
|
||||
InvokeArgs &args = fig.args();
|
||||
if (!args.init(3))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user