summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/cpstartup/extension/framescript.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/tests/cpstartup/extension/framescript.js')
-rw-r--r--testing/talos/talos/tests/cpstartup/extension/framescript.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/talos/talos/tests/cpstartup/extension/framescript.js b/testing/talos/talos/tests/cpstartup/extension/framescript.js
index 972f938881..ad09e24cb1 100644
--- a/testing/talos/talos/tests/cpstartup/extension/framescript.js
+++ b/testing/talos/talos/tests/cpstartup/extension/framescript.js
@@ -7,7 +7,7 @@
addEventListener(
"CPStartup:Ping",
- e => {
+ () => {
let evt = new content.CustomEvent("CPStartup:Pong", { bubbles: true });
content.dispatchEvent(evt);
},