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 --- browser/components/asrouter/modules/ToastNotification.sys.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browser/components/asrouter/modules/ToastNotification.sys.mjs') diff --git a/browser/components/asrouter/modules/ToastNotification.sys.mjs b/browser/components/asrouter/modules/ToastNotification.sys.mjs index 136225cf61..fa30002daa 100644 --- a/browser/components/asrouter/modules/ToastNotification.sys.mjs +++ b/browser/components/asrouter/modules/ToastNotification.sys.mjs @@ -123,7 +123,7 @@ export const ToastNotification = { } let shownPromise = Promise.withResolvers(); - let obs = (subject, topic, data) => { + let obs = (subject, topic) => { if (topic === "alertshow") { shownPromise.resolve(); } -- cgit v1.2.3