summaryrefslogtreecommitdiff
path: root/ext/web/04_global_interfaces.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/04_global_interfaces.js')
-rw-r--r--ext/web/04_global_interfaces.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/04_global_interfaces.js b/ext/web/04_global_interfaces.js
index fcf8caea5..503b8fd08 100644
--- a/ext/web/04_global_interfaces.js
+++ b/ext/web/04_global_interfaces.js
@@ -5,7 +5,7 @@
/// <reference path="../../core/internal.d.ts" />
((window) => {
- const { EventTarget } = window;
+ const { EventTarget } = window.__bootstrap.eventTarget;
const {
Symbol,
SymbolToStringTag,