Bug 461994 - Crash [@ DocumentViewerImpl::Close] with reloading, r+sr=bz

This commit is contained in:
Olli Pettay 2008-12-20 01:45:56 +02:00
Родитель 275086c36c
Коммит aea481fadc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1320,7 +1320,7 @@ DocumentViewerImpl::Close(nsISHEntry *aSHEntry)
// out of band cleanup of webshell
mDocument->SetScriptGlobalObject(nsnull);
if (!mSHEntry)
if (!mSHEntry && mDocument)
mDocument->RemovedFromDocShell();
}