From e5bdef975bff9616edacb23a909a3dc164e8e229 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 14 Jul 2009 23:23:24 +1000 Subject: [PATCH] Fix typo in statusline.updateUrl. --- common/content/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/ui.js b/common/content/ui.js index c973e86b..64956973 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -2096,7 +2096,7 @@ function StatusLine() //{{{ { // ripped from Firefox if (!window.losslessDecodeURI) - window.losslessDecodeURI = function (aURL, aPostDataRef) { + window.losslessDecodeURI = function (aURI, aPostDataRef) { var value = aURI.spec; // Try to decode as UTF-8 if there's no encoding sequence that we would break. if (!/%25(?:3B|2F|3F|3A|40|26|3D|2B|24|2C|23)/i.test(value))