Bug 488046 - Some random crash in [@ nsDocShell::EnsureContentViewer], r=bzbarsky

--HG--
extra : rebase_source : 3ce888953aef4d9e402fb0d23085de8c840ea55d
This commit is contained in:
Oleg Romashin 2009-12-21 13:16:20 +02:00
Родитель 6c281217b5
Коммит 17216ae660
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6199,7 +6199,7 @@ nsDocShell::CreateAboutBlankContentViewer(nsIPrincipal* aPrincipal,
viewer->SetDOMDocument(domdoc);
SetCurrentURI(blankDoc->GetDocumentURI(), nsnull, PR_TRUE);
rv = NS_OK;
rv = mIsBeingDestroyed ? NS_ERROR_NOT_AVAILABLE : NS_OK;
}
}
}