Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index dc1506f994d6f01889e314599d263a3dea8146fa..dd8f2685bc37115638f5332ddbefd42a79c16cea 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 = 148; |
+ static const int kEmptyStringRootIndex = 141; |
static const int kNodeClassIdOffset = 1 * kApiPointerSize; |
static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3; |