summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_about_protocol.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_about_protocol.js')
-rw-r--r--netwerk/test/unit/test_about_protocol.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_about_protocol.js b/netwerk/test/unit/test_about_protocol.js
index 7fc6d63c1e..972b1e3a43 100644
--- a/netwerk/test/unit/test_about_protocol.js
+++ b/netwerk/test/unit/test_about_protocol.js
@@ -12,7 +12,7 @@ var unsafeAboutModule = {
chan.owner = Services.scriptSecurityManager.getSystemPrincipal();
return chan;
},
- getURIFlags(aURI) {
+ getURIFlags() {
return Ci.nsIAboutModule.URI_SAFE_FOR_UNTRUSTED_CONTENT;
},
};