summaryrefslogtreecommitdiffstats
path: root/mobile/android/actors/GeckoViewContentParent.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/actors/GeckoViewContentParent.sys.mjs')
-rw-r--r--mobile/android/actors/GeckoViewContentParent.sys.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/android/actors/GeckoViewContentParent.sys.mjs b/mobile/android/actors/GeckoViewContentParent.sys.mjs
index 354489054a..e666040b5e 100644
--- a/mobile/android/actors/GeckoViewContentParent.sys.mjs
+++ b/mobile/android/actors/GeckoViewContentParent.sys.mjs
@@ -62,7 +62,7 @@ export class GeckoViewContentParent extends GeckoViewActorParent {
const progressListener = {
QueryInterface: ChromeUtils.generateQI(["nsIWebProgressListener"]),
- onLocationChange(aWebProgress, aRequest, aLocationURI, aFlags) {
+ onLocationChange(aWebProgress) {
if (!aWebProgress.isTopLevel) {
return;
}