зеркало из https://github.com/mozilla/pjs.git
Add an assertion. bug 377090, r=brendan
This commit is contained in:
Родитель
3bc9ddf5ef
Коммит
d6dc4e6ce3
|
@ -4473,6 +4473,7 @@ JS_RestoreFrameChain(JSContext *cx, JSStackFrame *fp)
|
||||||
if (!fp)
|
if (!fp)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
JS_ASSERT(cx->dormantFrameChain == fp);
|
||||||
cx->fp = fp;
|
cx->fp = fp;
|
||||||
cx->dormantFrameChain = fp->dormantNext;
|
cx->dormantFrameChain = fp->dormantNext;
|
||||||
fp->dormantNext = NULL;
|
fp->dormantNext = NULL;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче