summaryrefslogtreecommitdiff
path: root/ext/web/00_infra.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/00_infra.js')
-rw-r--r--ext/web/00_infra.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/00_infra.js b/ext/web/00_infra.js
index 0c062f89c..efe7217de 100644
--- a/ext/web/00_infra.js
+++ b/ext/web/00_infra.js
@@ -32,7 +32,7 @@ const {
StringPrototypeToUpperCase,
TypeError,
} = primordials;
-import { URLPrototype } from "internal:deno_url/00_url.js";
+import { URLPrototype } from "ext:deno_url/00_url.js";
const ASCII_DIGIT = ["\u0030-\u0039"];
const ASCII_UPPER_ALPHA = ["\u0041-\u005A"];