summaryrefslogtreecommitdiff
path: root/lib/internal/domexception.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/domexception.js')
-rw-r--r--lib/internal/domexception.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/internal/domexception.js b/lib/internal/domexception.js
index 3f9d3f3601..9845919e49 100644
--- a/lib/internal/domexception.js
+++ b/lib/internal/domexception.js
@@ -1,6 +1,5 @@
'use strict';
-const { registerDOMException } = internalBinding('messaging');
const { ERR_INVALID_THIS } = require('internal/errors').codes;
const internalsMap = new WeakMap();
@@ -85,5 +84,3 @@ for (const [name, codeName, value] of [
}
module.exports = DOMException;
-
-registerDOMException(DOMException);