Fixing bug 198254. Fix crash when closing javascript created window. r+sr=bzbarsky@mit.edu

This commit is contained in:
jst%mozilla.jstenback.com 2004-08-18 22:13:10 +00:00
Родитель 7a4a5a2ab9
Коммит 07abbb884e
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -1928,6 +1928,9 @@ PresShell::Destroy()
// pres shell to NULL
if (mPresContext) {
mPresContext->SetShell(nsnull);
// Clear the link handler (weak reference) as well
mPresContext->SetLinkHandler(nsnull);
}
if (mViewEventListener) {

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

@ -1928,6 +1928,9 @@ PresShell::Destroy()
// pres shell to NULL
if (mPresContext) {
mPresContext->SetShell(nsnull);
// Clear the link handler (weak reference) as well
mPresContext->SetLinkHandler(nsnull);
}
if (mViewEventListener) {