summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_trackingProtection_annotateChannels.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_trackingProtection_annotateChannels.js')
-rw-r--r--netwerk/test/unit/test_trackingProtection_annotateChannels.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/netwerk/test/unit/test_trackingProtection_annotateChannels.js b/netwerk/test/unit/test_trackingProtection_annotateChannels.js
index a54005b8e2..2fb086bc1f 100644
--- a/netwerk/test/unit/test_trackingProtection_annotateChannels.js
+++ b/netwerk/test/unit/test_trackingProtection_annotateChannels.js
@@ -63,8 +63,8 @@ listener.prototype = {
request.cancel(Cr.NS_ERROR_ABORT);
this._nextTest();
},
- onDataAvailable: (request, stream, offset, count) => {},
- onStopRequest: (request, status) => {},
+ onDataAvailable: () => {},
+ onStopRequest: () => {},
};
var httpServer;