[Pkg-mozext-commits] [requestpolicy] 05/09: [fix] overlay: _wrapAddTab didn't work

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:20:29 UTC 2016


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

taffit pushed a commit to annotated tag v0.5.30
in repository requestpolicy.

commit 76f725c7eaca8bc6cab74865aa67119bce1cdde9
Author: Martin Kimmerle <dev at 256k.de>
Date:   Sat Nov 14 16:29:26 2015 +0100

    [fix] overlay: _wrapAddTab didn't work
---
 src/content/overlay.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/content/overlay.js b/src/content/overlay.js
index 1f13247..6cb899f 100644
--- a/src/content/overlay.js
+++ b/src/content/overlay.js
@@ -1087,7 +1087,7 @@ requestpolicy.overlay = {
    * - See mozilla-central: "base/content/tabbrowser.xml"
    */
   _wrapAddTab : function() {
-    Util.wrapFunction(gBrowser, "addTab", this.tabAdded);
+    requestpolicy.mod.Util.wrapFunction(gBrowser, "addTab", this.tabAdded);
   },
 
   /**
@@ -1109,7 +1109,7 @@ requestpolicy.overlay = {
       }
     }
     if (referrerURI) {
-      this._rpService.registerLinkClicked(referrerURI.spec, url);
+      requestpolicy.overlay._rpService.registerLinkClicked(referrerURI.spec, url);
     }
   },
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list