Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index dd8f2685bc37115638f5332ddbefd42a79c16cea..1bbc68e4a0a9336cc3614355acc9aaab042b8b9b 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5414,7 +5414,7 @@ class Internals { |
static const int kNullValueRootIndex = 7; |
static const int kTrueValueRootIndex = 8; |
static const int kFalseValueRootIndex = 9; |
- static const int kEmptyStringRootIndex = 141; |
+ static const int kEmptyStringRootIndex = 142; |
static const int kNodeClassIdOffset = 1 * kApiPointerSize; |
static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3; |