зеркало из https://github.com/mozilla/pjs.git
Don't assert when the block chain has been captured. bug 345542, r=brendan
This commit is contained in:
Родитель
12ea3f2b36
Коммит
e36cd17062
|
@ -5956,7 +5956,8 @@ interrupt:
|
|||
STORE_OPND(0, JSVAL_VOID);
|
||||
sp++;
|
||||
}
|
||||
JS_ASSERT(OBJ_GET_PARENT(cx, obj) == fp->blockChain);
|
||||
JS_ASSERT(!fp->blockChain ||
|
||||
OBJ_GET_PARENT(cx, obj) == fp->blockChain);
|
||||
fp->blockChain = obj;
|
||||
END_LITOPX_CASE(JSOP_ENTERBLOCK)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче