summaryrefslogtreecommitdiff
path: root/ext/web/05_base64.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/05_base64.js')
-rw-r--r--ext/web/05_base64.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/05_base64.js b/ext/web/05_base64.js
index 63e9d95f8..c6e92d390 100644
--- a/ext/web/05_base64.js
+++ b/ext/web/05_base64.js
@@ -9,7 +9,7 @@
import { core, primordials } from "ext:core/mod.js";
const ops = core.ops;
import * as webidl from "ext:deno_webidl/00_webidl.js";
-import DOMException from "ext:deno_web/01_dom_exception.js";
+import { DOMException } from "ext:deno_web/01_dom_exception.js";
const {
ObjectPrototypeIsPrototypeOf,
TypeErrorPrototype,