зеркало из https://github.com/mozilla/gecko-dev.git
Merge m-c to fx-team, a=merge
This commit is contained in:
Коммит
6aa4da4aa0
|
@ -3489,7 +3489,7 @@ js::CloneScriptIntoFunction(JSContext* cx, HandleObject enclosingScope, HandleFu
|
|||
return nullptr;
|
||||
|
||||
dst->setFunction(fun);
|
||||
LazyScript* lazy = nullptr;
|
||||
Rooted<LazyScript*> lazy(cx);
|
||||
if (fun->isInterpretedLazy()) {
|
||||
lazy = fun->lazyScriptOrNull();
|
||||
fun->setUnlazifiedScript(dst);
|
||||
|
|
Загрузка…
Ссылка в новой задаче