diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/unit/test_bug564667.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/unit/test_bug564667.js b/chrome/test/unit/test_bug564667.js index 7ee5229827..31fbb1b8c2 100644 --- a/chrome/test/unit/test_bug564667.js +++ b/chrome/test/unit/test_bug564667.js @@ -27,7 +27,7 @@ function test_mapping(chromeURL, target) { /* * Checks that a mapping was removed */ -function test_removed_mapping(chromeURL, target) { +function test_removed_mapping(chromeURL) { var uri = Services.io.newURI(chromeURL); try { gCR.convertChromeURL(uri); |