This commit is contained in:
Wes Kocher 2015-09-23 15:30:41 -07:00
Родитель e4fc739f11 65a0dd9360
Коммит 6aa4da4aa0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);