summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit_ipc/child_veto_in_parent.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit_ipc/child_veto_in_parent.js')
-rw-r--r--netwerk/test/unit_ipc/child_veto_in_parent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit_ipc/child_veto_in_parent.js b/netwerk/test/unit_ipc/child_veto_in_parent.js
index 8f922a254e..f1bc0a4f50 100644
--- a/netwerk/test/unit_ipc/child_veto_in_parent.js
+++ b/netwerk/test/unit_ipc/child_veto_in_parent.js
@@ -18,7 +18,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 });
}