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