summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/tabswitch/actors/TalosTabSwitchChild.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/tests/tabswitch/actors/TalosTabSwitchChild.sys.mjs')
-rw-r--r--testing/talos/talos/tests/tabswitch/actors/TalosTabSwitchChild.sys.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/talos/talos/tests/tabswitch/actors/TalosTabSwitchChild.sys.mjs b/testing/talos/talos/tests/tabswitch/actors/TalosTabSwitchChild.sys.mjs
index 5b27d677e3..bf456012f3 100644
--- a/testing/talos/talos/tests/tabswitch/actors/TalosTabSwitchChild.sys.mjs
+++ b/testing/talos/talos/tests/tabswitch/actors/TalosTabSwitchChild.sys.mjs
@@ -21,7 +21,7 @@ export class TalosTabSwitchChild extends RemotePageChild {
super.actorCreated();
}
- handleEvent(event) {}
+ handleEvent() {}
receiveMessage(message) {
if (message.name == "GarbageCollect") {