summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/tabswitch/content/tabswitch-content-process.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/tests/tabswitch/content/tabswitch-content-process.js')
-rw-r--r--testing/talos/talos/tests/tabswitch/content/tabswitch-content-process.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/talos/talos/tests/tabswitch/content/tabswitch-content-process.js b/testing/talos/talos/tests/tabswitch/content/tabswitch-content-process.js
index 53c4935953..b0cc7f47e3 100644
--- a/testing/talos/talos/tests/tabswitch/content/tabswitch-content-process.js
+++ b/testing/talos/talos/tests/tabswitch/content/tabswitch-content-process.js
@@ -27,7 +27,7 @@ const TPSProcessScript = {
chan.originalURI = aURI;
return chan;
}
- getURIFlags(aURI) {
+ getURIFlags() {
return (
Ci.nsIAboutModule.ALLOW_SCRIPT |
Ci.nsIAboutModule.URI_MUST_LOAD_IN_CHILD |