Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 126a6f75cee4fd139f5c08e8495f3d5dd8db295e..7a153b0011a1b166b57748748c3404edff93a01c 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5552,7 +5552,7 @@ class Internals { |
static const int kNullValueRootIndex = 7; |
static const int kTrueValueRootIndex = 8; |
static const int kFalseValueRootIndex = 9; |
- static const int kEmptyStringRootIndex = 144; |
+ static const int kEmptyStringRootIndex = 145; |
static const int kNodeClassIdOffset = 1 * kApiPointerSize; |
static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3; |