diff options
Diffstat (limited to 'devtools/shared/discovery')
-rw-r--r-- | devtools/shared/discovery/tests/xpcshell/test_discovery.js | 2 |
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 |