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 375c98198..c68a5d1c3 100644
--- a/ext/web/04_global_interfaces.js
+++ b/ext/web/04_global_interfaces.js
@@ -4,7 +4,7 @@
/// <reference path="../../core/internal.d.ts" />
import { EventTarget } from "ext:deno_web/02_event.js";
-const primordials = globalThis.__bootstrap.primordials;
+import { primordials } from "ext:core/mod.js";
const {
Symbol,
SymbolToStringTag,