Bug 240521 Crash [@ jsd_NewThreadState] when script is null

r=rginda sr=dmose
This commit is contained in:
timeless%mozdev.org 2004-08-08 19:56:49 +00:00
Родитель 2a0865d47d
Коммит aff1762c06
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -140,7 +140,7 @@ jsd_NewThreadState(JSDContext* jsdc, JSContext *cx )
if ((jsdthreadstate->stackDepth == 0 && !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