Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 696892beed42ce6e5bc2acddeb359760cdf4d64d..37bd427df205ee77771445f5448c85612b8692f5 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5231,7 +5231,7 @@ class Internals { |
static const int kNullValueRootIndex = 7; |
static const int kTrueValueRootIndex = 8; |
static const int kFalseValueRootIndex = 9; |
- static const int kEmptyStringRootIndex = 129; |
+ static const int kEmptyStringRootIndex = 127; |
static const int kNodeClassIdOffset = 1 * kApiPointerSize; |
static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3; |