[Pkg-mozext-commits] [tabmixplus] 29/47: TabmixSvc.syncHandlers exist from Firefox 32

David Prévot taffit at moszumanska.debian.org
Fri Sep 26 20:57:01 UTC 2014


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

taffit pushed a commit to branch upstream
in repository tabmixplus.

commit 49cccba57fcca47db726b7ef68fb226fc9d92fe8
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Sep 20 22:27:18 2014 +0300

    TabmixSvc.syncHandlers exist from Firefox 32
---
 chrome/content/tabmix.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/tabmix.js b/chrome/content/tabmix.js
index 346302b..452f911 100644
--- a/chrome/content/tabmix.js
+++ b/chrome/content/tabmix.js
@@ -851,7 +851,7 @@ var TMP_eventListener = {
 
     // clean WeakMap
     let browser = tab.linkedBrowser;
-    if (browser && TabmixSvc.syncHandlers.has(browser.permanentKey))
+    if (Tabmix.isVersion(320) && browser && TabmixSvc.syncHandlers.has(browser.permanentKey))
       TabmixSvc.syncHandlers.delete(browser.permanentKey);
     if (this.tabWidthCache.has(tab))
       this.tabWidthCache.delete(tab);

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



More information about the Pkg-mozext-commits mailing list