summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_proxyconnect.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_proxyconnect.js')
-rw-r--r--netwerk/test/unit/test_proxyconnect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_proxyconnect.js b/netwerk/test/unit/test_proxyconnect.js
index 7015b3bffb..7de1fb39d4 100644
--- a/netwerk/test/unit/test_proxyconnect.js
+++ b/netwerk/test/unit/test_proxyconnect.js
@@ -72,7 +72,7 @@ var proxiedChannel;
var listener = {
expectedCode: -1, // uninitialized
- onStartRequest: function test_onStartR(request) {},
+ onStartRequest: function test_onStartR() {},
onDataAvailable: function test_ODA() {
do_throw("Should not get any data!");