From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- services/automation/ServicesAutomation.sys.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'services/automation') diff --git a/services/automation/ServicesAutomation.sys.mjs b/services/automation/ServicesAutomation.sys.mjs index 24316d8827..fd5a58cba9 100644 --- a/services/automation/ServicesAutomation.sys.mjs +++ b/services/automation/ServicesAutomation.sys.mjs @@ -139,11 +139,11 @@ export var Authentication = { let mainWindow = Services.wm.getMostRecentWindow("navigator:browser"); let newtab = mainWindow.gBrowser.addWebTab(uri); let win = mainWindow.gBrowser.getBrowserForTab(newtab); - win.addEventListener("load", function (e) { + win.addEventListener("load", function () { LOG("load"); }); - win.addEventListener("loadstart", function (e) { + win.addEventListener("loadstart", function () { LOG("loadstart"); }); @@ -299,7 +299,7 @@ export var Sync = { await this.wipeLogs(); }, - observe(subject, topic, data) { + observe(subject, topic) { LOG("Event received " + topic); }, -- cgit v1.2.3