summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/devtools/addon/content/actors/DampLoadChild.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/tests/devtools/addon/content/actors/DampLoadChild.sys.mjs')
-rw-r--r--testing/talos/talos/tests/devtools/addon/content/actors/DampLoadChild.sys.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/talos/talos/tests/devtools/addon/content/actors/DampLoadChild.sys.mjs b/testing/talos/talos/tests/devtools/addon/content/actors/DampLoadChild.sys.mjs
index 1f7db91c4b..5ef462c7f8 100644
--- a/testing/talos/talos/tests/devtools/addon/content/actors/DampLoadChild.sys.mjs
+++ b/testing/talos/talos/tests/devtools/addon/content/actors/DampLoadChild.sys.mjs
@@ -5,7 +5,7 @@
/* eslint-disable no-restricted-globals */
export class DampLoadChild extends JSWindowActorChild {
- handleEvent(evt) {
+ handleEvent() {
this.sendAsyncMessage("DampLoadChild:PageShow", {
browsingContext: this.browsingContext,
});