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 ; },