summaryrefslogtreecommitdiff
path: root/lib/internal/url.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/url.js')
-rw-r--r--lib/internal/url.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/internal/url.js b/lib/internal/url.js
index 3c75baf27b..54b9a18caf 100644
--- a/lib/internal/url.js
+++ b/lib/internal/url.js
@@ -11,6 +11,7 @@ const {
ObjectKeys,
ReflectGetOwnPropertyDescriptor,
ReflectOwnKeys,
+ Symbol,
} = primordials;
const { inspect } = require('internal/util/inspect');