summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_immutable.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_immutable.js')
-rw-r--r--netwerk/test/unit/test_immutable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_immutable.js b/netwerk/test/unit/test_immutable.js
index f2b07c7114..2cd8d8a721 100644
--- a/netwerk/test/unit/test_immutable.js
+++ b/netwerk/test/unit/test_immutable.js
@@ -75,7 +75,7 @@ Listener.prototype = {
read_stream(stream, cnt);
},
- onStopRequest: function testOnStopRequest(request, status) {
+ onStopRequest: function testOnStopRequest(request) {
if (expectConditional) {
Assert.equal(request.getResponseHeader("x-conditional"), "true");
} else {