summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_dns_localredirect.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_dns_localredirect.js')
-rw-r--r--netwerk/test/unit/test_dns_localredirect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_dns_localredirect.js b/netwerk/test/unit/test_dns_localredirect.js
index 3ca432f477..5907f15b06 100644
--- a/netwerk/test/unit/test_dns_localredirect.js
+++ b/netwerk/test/unit/test_dns_localredirect.js
@@ -5,7 +5,7 @@ var prefs = Services.prefs;
var nextTest;
var listener = {
- onLookupComplete(inRequest, inRecord, inStatus) {
+ onLookupComplete(inRequest, inRecord) {
inRecord.QueryInterface(Ci.nsIDNSAddrRecord);
var answer = inRecord.getNextAddrAsString();
Assert.ok(answer == "127.0.0.1" || answer == "::1");