summaryrefslogtreecommitdiff
path: root/lib/internal/http2/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/http2/util.js')
-rw-r--r--lib/internal/http2/util.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/internal/http2/util.js b/lib/internal/http2/util.js
index d97ce2f13f..3bf3a8fdd5 100644
--- a/lib/internal/http2/util.js
+++ b/lib/internal/http2/util.js
@@ -6,6 +6,7 @@ const {
Number,
ObjectCreate,
ObjectKeys,
+ Symbol,
} = primordials;
const binding = internalBinding('http2');