From de6b48d0a2559c82a4732c1fa4d123d7973c5cd1 Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 25 Dec 2009 20:54:44 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=AD=E3=82=B1=E3=83=BC=E3=82=B7=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=83=90=E3=83=BC=E3=81=8B=E3=82=89=E3=81=AE=E8=AA=AD?= =?UTF-8?q?=E3=81=BF=E8=BE=BC=E3=81=BF=E3=81=8C=E6=A9=9F=E8=83=BD=E3=81=97?= =?UTF-8?q?=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5638 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- modules/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/utils.js b/modules/utils.js index f864403f..1920f8ed 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -1083,7 +1083,7 @@ var TreeStyleTabUtils = { var str = aURI; if (str instanceof Ci.nsIURI) str = aURI.spec; - return /^\w+:\/\/([^:\/]+)/.test(getShortcutOrURI(str)) ? + return /^\w+:\/\/([^:\/]+)/.test(this.browserWindow.getShortcutOrURI(str)) ? RegExp.$1 : null ; },