summaryrefslogtreecommitdiffstats
path: root/browser/components/asrouter/modules/ToastNotification.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/asrouter/modules/ToastNotification.sys.mjs')
-rw-r--r--browser/components/asrouter/modules/ToastNotification.sys.mjs2
1 files changed, 1 insertions, 1 deletions
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();
}