summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_gio_protocol.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_gio_protocol.js')
-rw-r--r--netwerk/test/unit/test_gio_protocol.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_gio_protocol.js b/netwerk/test/unit/test_gio_protocol.js
index 37ce37abab..2d3250c203 100644
--- a/netwerk/test/unit/test_gio_protocol.js
+++ b/netwerk/test/unit/test_gio_protocol.js
@@ -82,7 +82,7 @@ FileStreamListener.prototype = {
"nsIRequestObserver",
]),
- onStartRequest(request) {
+ onStartRequest() {
if (this._got_onstartrequest) {
do_throw("Got second onStartRequest event!");
}