Bug 843884 - Pass execution mode through to inline IonBuilder (r=nmatsakis)

This commit is contained in:
Shu-yu Guo 2013-02-22 13:51:51 -08:00
parent 6a3fed7e52
commit 051b517fa6

View File

@ -3173,7 +3173,7 @@ IonBuilder::jsop_call_inline(HandleFunction callee, CallInfo &callInfo, MBasicBl
LifoAlloc *alloc = GetIonContext()->temp->lifoAlloc();
CompileInfo *info = alloc->new_<CompileInfo>(calleeScript.get(), callee,
(jsbytecode *)NULL, callInfo.constructing(),
SequentialExecution);
this->info().executionMode());
if (!info)
return false;