summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_trr_proxy.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_trr_proxy.js')
-rw-r--r--netwerk/test/unit/test_trr_proxy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_trr_proxy.js b/netwerk/test/unit/test_trr_proxy.js
index 962971d103..9c1154d7a7 100644
--- a/netwerk/test/unit/test_trr_proxy.js
+++ b/netwerk/test/unit/test_trr_proxy.js
@@ -38,7 +38,7 @@ ChromeUtils.defineLazyGetter(this, "systemSettings", function () {
PACURI: `data:application/x-ns-proxy-autoconfig;charset=utf-8,${encodeURIComponent(
FindProxyForURL.toString()
)}`,
- getProxyForURI(aURI) {
+ getProxyForURI() {
throw Components.Exception("", Cr.NS_ERROR_NOT_IMPLEMENTED);
},
};