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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/12_location.js b/ext/web/12_location.js
index f469e9093..ed44d7c51 100644
--- a/ext/web/12_location.js
+++ b/ext/web/12_location.js
@@ -4,7 +4,7 @@
import { URL } from "ext:deno_url/00_url.js";
import DOMException from "ext:deno_web/01_dom_exception.js";
-const primordials = globalThis.__bootstrap.primordials;
+import { primordials } from "ext:core/mod.js";
const {
Error,
ObjectDefineProperties,