зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1118344 followup - Fix inbound red since nbp is not around. r=me
This commit is contained in:
Родитель
484f062c39
Коммит
76be45e147
|
@ -1615,7 +1615,7 @@ IonBuilder::inlineObjectCreate(CallInfo &callInfo)
|
|||
if (callInfo.argc() != 1 || callInfo.constructing())
|
||||
return InliningStatus_NotInlined;
|
||||
|
||||
NativeObject *templateObject = inspector->getTemplateObjectForNative(pc, obj_create);
|
||||
JSObject *templateObject = inspector->getTemplateObjectForNative(pc, obj_create);
|
||||
if (!templateObject)
|
||||
return InliningStatus_NotInlined;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче