Bug 1368362 - Use setSlotWithType instead of setSlot in InitGlobalLexicalOperation. r=shu

--HG--
extra : amend_source : 7dc591f4c43ebc5ff5fe9d3c4f216a2ac9b2dd6e
This commit is contained in:
Jan de Mooij 2017-07-24 18:41:12 -04:00
Родитель 1a5dd16ae6
Коммит f33379a262
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -398,7 +398,7 @@ InitGlobalLexicalOperation(JSContext* cx, LexicalEnvironmentObject* lexicalEnvAr
Rooted<LexicalEnvironmentObject*> lexicalEnv(cx, lexicalEnvArg);
RootedShape shape(cx, lexicalEnv->lookup(cx, script->getName(pc)));
MOZ_ASSERT(shape);
lexicalEnv->setSlot(shape->slot(), value);
lexicalEnv->setSlotWithType(cx, shape, value);
}
inline bool