summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_about_networking.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_about_networking.js')
-rw-r--r--netwerk/test/unit/test_about_networking.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_about_networking.js b/netwerk/test/unit/test_about_networking.js
index 2cbae65058..b8b864c5a0 100644
--- a/netwerk/test/unit/test_about_networking.js
+++ b/netwerk/test/unit/test_about_networking.js
@@ -72,7 +72,7 @@ add_test(function test_sockets() {
null
);
let listener = {
- onTransportStatus(aTransport, aStatus, aProgress, aProgressMax) {
+ onTransportStatus(aTransport, aStatus) {
if (aStatus == Ci.nsISocketTransport.STATUS_CONNECTED_TO) {
gDashboard.requestSockets(function (data) {
gServerSocket.close();