summaryrefslogtreecommitdiff
path: root/lib/internal/http.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/http.js')
-rw-r--r--lib/internal/http.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/internal/http.js b/lib/internal/http.js
index 09294888be..aab4170a2f 100644
--- a/lib/internal/http.js
+++ b/lib/internal/http.js
@@ -1,5 +1,9 @@
'use strict';
+const {
+ Symbol,
+} = primordials;
+
const { setUnrefTimeout } = require('internal/timers');
const { PerformanceEntry, notify } = internalBinding('performance');