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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/web/14_compression.js b/ext/web/14_compression.js
index 411fa8c84..1ec9e5462 100644
--- a/ext/web/14_compression.js
+++ b/ext/web/14_compression.js
@@ -5,12 +5,12 @@
/// <reference path="./internal.d.ts" />
/// <reference path="./lib.deno_web.d.ts" />
-import { core, primordials } from "ext:core/mod.js";
-const {
+import { primordials } from "ext:core/mod.js";
+import {
op_compression_finish,
op_compression_new,
op_compression_write,
-} = core.ensureFastOps();
+} from "ext:core/ops";
const {
SymbolFor,
ObjectPrototypeIsPrototypeOf,