зеркало из https://github.com/mozilla/pjs.git
Bug 240521 Crash [@ jsd_NewThreadState] when script is null
r=rginda sr=dmose
This commit is contained in:
Родитель
2a0865d47d
Коммит
aff1762c06
|
@ -140,7 +140,7 @@ jsd_NewThreadState(JSDContext* jsdc, JSContext *cx )
|
||||||
|
|
||||||
if ((jsdthreadstate->stackDepth == 0 && !frame) ||
|
if ((jsdthreadstate->stackDepth == 0 && !frame) ||
|
||||||
(jsdthreadstate->stackDepth == 1 && frame &&
|
(jsdthreadstate->stackDepth == 1 && frame &&
|
||||||
!JSD_IS_DEBUG_ENABLED(jsdc, frame->jsdscript)))
|
frame->jsdscript && !JSD_IS_DEBUG_ENABLED(jsdc, frame->jsdscript)))
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* if we failed to create the first frame, or the top frame
|
* if we failed to create the first frame, or the top frame
|
||||||
|
|
Загрузка…
Ссылка в новой задаче