mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
Bug 923892 - Ignore constrainedOutputs when canceling off thread compilations, r=jandem.
This commit is contained in:
parent
da87dd7773
commit
3858e71347
@ -1920,8 +1920,6 @@ void
|
||||
TypeCompartment::addPendingRecompile(JSContext *cx, JSScript *script)
|
||||
{
|
||||
JS_ASSERT(script);
|
||||
if (!constrainedOutputs)
|
||||
return;
|
||||
|
||||
#ifdef JS_ION
|
||||
CancelOffThreadIonCompile(cx->compartment(), script);
|
||||
|
Loading…
Reference in New Issue
Block a user