Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 50480b81ae19f350cb3adba7478997f1d2448450..0e5bcb4fc026a4ac4b302e4f6a6a9aa1f996cfc2 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5581,7 +5581,7 @@ class Internals { |
static const int kNullValueRootIndex = 7; |
static const int kTrueValueRootIndex = 8; |
static const int kFalseValueRootIndex = 9; |
- static const int kEmptyStringRootIndex = 154; |
+ static const int kEmptyStringRootIndex = 152; |
static const int kNodeClassIdOffset = 1 * kApiPointerSize; |
static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3; |