Null out a few more things. b=131456 r=mconnor

This commit is contained in:
dbaron%dbaron.org 2005-02-23 06:31:53 +00:00
parent 418d61ac7a
commit 0f7baff319
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -1161,6 +1161,7 @@
// see comment above destroy above
oldBrowser.focusedWindow = null;
oldBrowser.focusedElement = null;
}
]]>
</body>