[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 349/483: Fixed: Broken in Firefox versions before Firefox 10

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 9a19e958a9ade938eae0b53b7db1d63dc2ac8e72
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Dec 8 14:41:23 2011 +0100

    Fixed: Broken in Firefox versions before Firefox 10
---
 modules/Aardvark.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Aardvark.jsm b/modules/Aardvark.jsm
index bb91597..e06e614 100644
--- a/modules/Aardvark.jsm
+++ b/modules/Aardvark.jsm
@@ -79,7 +79,7 @@ var Aardvark =
     this.browser.contentWindow.focus();
   
     let doc = this.browser.contentDocument;
-    this.boxElem = doc.importNode(E("ehh-elementmarker").firstChild.cloneNode(true));
+    this.boxElem = doc.importNode(E("ehh-elementmarker").firstChild.cloneNode(true), true);
   
     this.initHelpBox();
   

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list