зеркало из https://github.com/mozilla/gecko-dev.git
add call to StopUrls when closing msg window bug 66795 r=naving, sr=mscott
This commit is contained in:
Родитель
23cc24c343
Коммит
3d591d3a58
|
@ -146,6 +146,8 @@ NS_IMETHODIMP nsMsgWindow::CloseWindow()
|
|||
if (mStatusFeedback)
|
||||
mStatusFeedback->CloseWindow();
|
||||
|
||||
StopUrls();
|
||||
|
||||
nsCOMPtr<nsIDocShell> rootShell(do_QueryReferent(mRootDocShellWeak));
|
||||
|
||||
if(rootShell)
|
||||
|
|
Загрузка…
Ссылка в новой задаче