summaryrefslogtreecommitdiff
path: root/ext/web/12_location.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/12_location.js')
-rw-r--r--ext/web/12_location.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/web/12_location.js b/ext/web/12_location.js
index da964eae8..6a15c0811 100644
--- a/ext/web/12_location.js
+++ b/ext/web/12_location.js
@@ -2,8 +2,8 @@
/// <reference path="../../core/internal.d.ts" />
-import { URL } from "internal:ext/url/00_url.js";
-import DOMException from "internal:ext/web/01_dom_exception.js";
+import { URL } from "internal:deno_url/00_url.js";
+import DOMException from "internal:deno_web/01_dom_exception.js";
const primordials = globalThis.__bootstrap.primordials;
const {
Error,