summaryrefslogtreecommitdiff
path: root/ext/webstorage
diff options
context:
space:
mode:
Diffstat (limited to 'ext/webstorage')
-rw-r--r--ext/webstorage/01_webstorage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webstorage/01_webstorage.js b/ext/webstorage/01_webstorage.js
index d0e75faf7..96daccc92 100644
--- a/ext/webstorage/01_webstorage.js
+++ b/ext/webstorage/01_webstorage.js
@@ -4,7 +4,7 @@
const core = globalThis.Deno.core;
const ops = core.ops;
-import * as webidl from "internal:deno_webidl/00_webidl.js";
+import * as webidl from "ext:deno_webidl/00_webidl.js";
const primordials = globalThis.__bootstrap.primordials;
const {
SafeArrayIterator,