mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
Fix for 35865. Frequent crashes when using standalone msg window. r=mscott.
This commit is contained in:
parent
dc5f88ce32
commit
c8bac5508b
@ -69,6 +69,8 @@ function OnLoadMessageWindow()
|
||||
function OnUnloadMessageWindow()
|
||||
{
|
||||
messenger.SetWindow(null, null);
|
||||
msgWindow.closeWindow();
|
||||
|
||||
}
|
||||
|
||||
function CreateMessageWindowGlobals()
|
||||
|
Loading…
Reference in New Issue
Block a user