summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_bug894586.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_bug894586.js')
-rw-r--r--netwerk/test/unit/test_bug894586.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/netwerk/test/unit/test_bug894586.js b/netwerk/test/unit/test_bug894586.js
index bc25731d36..ecce039790 100644
--- a/netwerk/test/unit/test_bug894586.js
+++ b/netwerk/test/unit/test_bug894586.js
@@ -25,7 +25,7 @@ ProtocolHandler.prototype = {
this.loadInfo = aLoadInfo;
return this;
},
- allowPort(port, scheme) {
+ allowPort(port) {
return port != -1;
},
@@ -67,7 +67,7 @@ ProtocolHandler.prototype = {
loadUsingSystemPrincipal: true,
}).open();
},
- asyncOpen(aListener, aContext) {
+ asyncOpen() {
throw Components.Exception("Not implemented", Cr.NS_ERROR_NOT_IMPLEMENTED);
},
contentDisposition: Ci.nsIChannel.DISPOSITION_INLINE,
@@ -86,7 +86,7 @@ ProtocolHandler.prototype = {
get status() {
return Cr.NS_OK;
},
- cancel(status) {},
+ cancel() {},
loadGroup: null,
loadFlags:
Ci.nsIRequest.LOAD_NORMAL |