summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_redirect-caching_passing.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_redirect-caching_passing.js')
-rw-r--r--netwerk/test/unit/test_redirect-caching_passing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_redirect-caching_passing.js b/netwerk/test/unit/test_redirect-caching_passing.js
index 0e6616f493..17fbb62744 100644
--- a/netwerk/test/unit/test_redirect-caching_passing.js
+++ b/netwerk/test/unit/test_redirect-caching_passing.js
@@ -16,7 +16,7 @@ ChromeUtils.defineLazyGetter(this, "randomURI", function () {
return URL + randomPath;
});
-function make_channel(url, callback, ctx) {
+function make_channel(url) {
return NetUtil.newChannel({ uri: url, loadUsingSystemPrincipal: true });
}