diff --git a/xpfe/global/resources/content/bindings/tabbrowser.xml b/xpfe/global/resources/content/bindings/tabbrowser.xml index d05ee73f668..c04d7865b02 100644 --- a/xpfe/global/resources/content/bindings/tabbrowser.xml +++ b/xpfe/global/resources/content/bindings/tabbrowser.xml @@ -602,15 +602,14 @@ s. - this.mPanelContainer.addEventListener("DOMLinkAdded", this.onLinkAdded, false); } this.mProgressListeners.push(aListener); @@ -1431,7 +1426,6 @@ this.mTabListeners[i] = null; this.mPanelContainer.childNodes[i].removeEventListener("DOMTitleChanged", this.onTitleChanged, false); } - this.mPanelContainer.removeEventListener("DOMLinkAdded", this.onLinkAdded, false); ]]> @@ -1439,6 +1433,8 @@ + +