summaryrefslogtreecommitdiffstats
path: root/devtools/shared/discovery/tests/xpcshell/test_discovery.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/shared/discovery/tests/xpcshell/test_discovery.js')
-rw-r--r--devtools/shared/discovery/tests/xpcshell/test_discovery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/shared/discovery/tests/xpcshell/test_discovery.js b/devtools/shared/discovery/tests/xpcshell/test_discovery.js
index cf14d7416c..c96c5ddf2c 100644
--- a/devtools/shared/discovery/tests/xpcshell/test_discovery.js
+++ b/devtools/shared/discovery/tests/xpcshell/test_discovery.js
@@ -60,7 +60,7 @@ TestTransport.prototype = {
this.emit("message", object);
},
- onStopListening(socket, status) {},
+ onStopListening() {},
};
// Use TestTransport instead of the usual Transport