Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index f8883fc1de96e9839d3ed353597e417a2b69d6c3..18c5ba6807b5d2d7ec9676206a5b6285ea321c7b 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -3934,7 +3934,7 @@ class Internals { |
static const int kNullValueRootIndex = 7; |
static const int kTrueValueRootIndex = 8; |
static const int kFalseValueRootIndex = 9; |
- static const int kEmptySymbolRootIndex = 128; |
+ static const int kEmptySymbolRootIndex = 112; |
static const int kJSObjectType = 0xaa; |
static const int kFirstNonstringType = 0x80; |