mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
Null out a few more things. b=131456 r=mconnor
This commit is contained in:
parent
418d61ac7a
commit
0f7baff319
@ -586,6 +586,7 @@
|
||||
|
||||
this.securityUI = null;
|
||||
this._fastFind = null;
|
||||
this._webBrowserFind = null;
|
||||
|
||||
this.removeEventListener("load", this.onLoad, true);
|
||||
this.removeEventListener("unload", this.onUnload, true);
|
||||
|
@ -1161,6 +1161,7 @@
|
||||
|
||||
// see comment above destroy above
|
||||
oldBrowser.focusedWindow = null;
|
||||
oldBrowser.focusedElement = null;
|
||||
}
|
||||
]]>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user