Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 11fccdf023999ff3c3a8acf425c669be29cae54c..8ebfe8961be141e55c520376675ada59e75d15e7 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5441,7 +5441,7 @@ class Internals { |
static const int kNullValueRootIndex = 7; |
static const int kTrueValueRootIndex = 8; |
static const int kFalseValueRootIndex = 9; |
- static const int kEmptyStringRootIndex = 135; |
+ static const int kEmptyStringRootIndex = 133; |
static const int kNodeClassIdOffset = 1 * kApiPointerSize; |
static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3; |