From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- toolkit/components/normandy/Normandy.sys.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/components/normandy/Normandy.sys.mjs') diff --git a/toolkit/components/normandy/Normandy.sys.mjs b/toolkit/components/normandy/Normandy.sys.mjs index 653461df48..ce30bb8456 100644 --- a/toolkit/components/normandy/Normandy.sys.mjs +++ b/toolkit/components/normandy/Normandy.sys.mjs @@ -78,7 +78,7 @@ export var Normandy = { await this.finishInit(); }, - async observe(subject, topic, data) { + async observe(subject, topic) { if (topic === UI_AVAILABLE_NOTIFICATION) { Services.obs.removeObserver(this, UI_AVAILABLE_NOTIFICATION); this.uiAvailableNotificationObserved.resolve(); -- cgit v1.2.3