зеркало из https://github.com/mozilla/pjs.git
Call nsIWebShell::Destroy() when the Browser window is going away...
This commit is contained in:
Родитель
f28d663a66
Коммит
8336b8eb3a
|
@ -280,8 +280,7 @@ nsBrowserWindow::Destroy()
|
|||
{
|
||||
RemoveBrowser(this);
|
||||
if (nsnull != mWebShell) {
|
||||
mWebShell->SetContainer(nsnull);
|
||||
mWebShell->SetObserver(nsnull);
|
||||
mWebShell->Destroy();
|
||||
NS_RELEASE(mWebShell);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче