summaryrefslogtreecommitdiffstats
path: root/toolkit/components/alerts/test/test_principal.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/alerts/test/test_principal.html')
-rw-r--r--toolkit/components/alerts/test/test_principal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/alerts/test/test_principal.html b/toolkit/components/alerts/test/test_principal.html
index 5464d92977..7b0795d3f8 100644
--- a/toolkit/components/alerts/test/test_principal.html
+++ b/toolkit/components/alerts/test/test_principal.html
@@ -38,7 +38,7 @@ const chromeScript = SpecialPowers.loadChromeScript(_ => {
function notify(alertName, principal) {
return new Promise((resolve, reject) => {
var source;
- async function observe(subject, topic, data) {
+ async function observe(subject, topic) {
if (topic == "alertclickcallback") {
reject(new Error("Alerts should not be clicked during test"));
} else if (topic == "alertshow") {