summaryrefslogtreecommitdiff
path: root/ext/web/02_event.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/02_event.js')
-rw-r--r--ext/web/02_event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/02_event.js b/ext/web/02_event.js
index 510085aac..985578bcc 100644
--- a/ext/web/02_event.js
+++ b/ext/web/02_event.js
@@ -1230,7 +1230,7 @@ class MessageEvent extends Event {
}
// TODO(lucacasonato): remove when this interface is spec aligned
- [SymbolToStringTag] = "CloseEvent";
+ [SymbolToStringTag] = "MessageEvent";
}
const MessageEventPrototype = MessageEvent.prototype;