summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_nojsredir.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_nojsredir.js')
-rw-r--r--netwerk/test/unit/test_nojsredir.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_nojsredir.js b/netwerk/test/unit/test_nojsredir.js
index 6b6831a222..227cb04608 100644
--- a/netwerk/test/unit/test_nojsredir.js
+++ b/netwerk/test/unit/test_nojsredir.js
@@ -33,7 +33,7 @@ function startIter() {
);
}
-function completeIter(request, data, ctx) {
+function completeIter(request, data) {
Assert.ok(data.length == tests[index].datalen);
if (++index < tests.length) {
startIter();