summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_socks.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_socks.js')
-rw-r--r--netwerk/test/unit/test_socks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_socks.js b/netwerk/test/unit/test_socks.js
index 6ce9f4895e..7588857f78 100644
--- a/netwerk/test/unit/test_socks.js
+++ b/netwerk/test/unit/test_socks.js
@@ -461,7 +461,7 @@ SocksTestServer.prototype = {
this.client_connections.push(client);
},
- onStopListening(socket) {},
+ onStopListening() {},
close() {
if (this.client_subprocess) {