зеркало из https://github.com/mozilla/gecko-dev.git
bug=428708 r=brendan a=mtschrep fixing a bogus assert
This commit is contained in:
Родитель
03ad33a5cc
Коммит
0db53f2ad6
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче