summaryrefslogtreecommitdiff
path: root/extensions/web/12_location.js
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/web/12_location.js')
-rw-r--r--extensions/web/12_location.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/web/12_location.js b/extensions/web/12_location.js
index 75012396a..dd56fb47b 100644
--- a/extensions/web/12_location.js
+++ b/extensions/web/12_location.js
@@ -3,6 +3,8 @@
((window) => {
const { URL } = window.__bootstrap.url;
+ const { DOMException } = window.__bootstrap.domException;
+
const locationConstructorKey = Symbol("locationConstuctorKey");
// The differences between the definitions of `Location` and `WorkerLocation`