mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-14 12:31:28 +00:00
#416: M1368362
This commit is contained in:
parent
5757a9534e
commit
1cf170047d
@ -327,7 +327,7 @@ InitGlobalLexicalOperation(JSContext* cx, ClonedBlockObject* lexicalScopeArg,
|
||||
Rooted<ClonedBlockObject*> lexicalScope(cx, lexicalScopeArg);
|
||||
RootedShape shape(cx, lexicalScope->lookup(cx, script->getName(pc)));
|
||||
MOZ_ASSERT(shape);
|
||||
lexicalScope->setSlot(shape->slot(), value);
|
||||
lexicalScope->setSlotWithType(cx, shape, value);
|
||||
}
|
||||
|
||||
inline bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user