summaryrefslogtreecommitdiff
path: root/ext/web/02_structured_clone.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/02_structured_clone.js')
-rw-r--r--ext/web/02_structured_clone.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/02_structured_clone.js b/ext/web/02_structured_clone.js
index 082b0a80f..6dd1d4d03 100644
--- a/ext/web/02_structured_clone.js
+++ b/ext/web/02_structured_clone.js
@@ -7,7 +7,7 @@
/// <reference path="../web/lib.deno_web.d.ts" />
const core = globalThis.Deno.core;
-import DOMException from "internal:deno_web/01_dom_exception.js";
+import DOMException from "ext:deno_web/01_dom_exception.js";
const primordials = globalThis.__bootstrap.primordials;
const {
ArrayBuffer,