mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug=428708 r=brendan a=mtschrep fixing a bogus assert
This commit is contained in:
parent
ec3d5ccdf8
commit
fc9ac60247
@ -1977,7 +1977,6 @@ js_PutBlockObject(JSContext *cx, JSBool normalUnwind)
|
||||
continue;
|
||||
if (sprop->id == ATOM_TO_JSID(cx->runtime->atomState.emptyAtom)) {
|
||||
/* See comments before EnsureNonEmptyLet from jsparse.c. */
|
||||
JS_ASSERT(OBJ_BLOCK_COUNT(cx, obj) == 1);
|
||||
JS_ASSERT(sprop->shortid == 0);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user