summaryrefslogtreecommitdiff
path: root/ext/web/14_compression.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/14_compression.js')
-rw-r--r--ext/web/14_compression.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/web/14_compression.js b/ext/web/14_compression.js
index 0563861c2..d992c33f2 100644
--- a/ext/web/14_compression.js
+++ b/ext/web/14_compression.js
@@ -5,9 +5,8 @@
/// <reference path="./internal.d.ts" />
/// <reference path="./lib.deno_web.d.ts" />
-const core = globalThis.Deno.core;
+import { core, primordials } from "ext:core/mod.js";
const ops = core.ops;
-const primordials = globalThis.__bootstrap.primordials;
const {
SymbolFor,
ObjectPrototypeIsPrototypeOf,