Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index db2178b73becb2c7ad76a5f28e8b81e4c14d1c33..a20bc20f44243fa5805421fc9566bd65b655058c 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -7278,11 +7278,11 @@ class Internals { |
static const int kIsolateRootsOffset = |
kAmountOfExternalAllocatedMemoryAtLastGlobalGCOffset + kApiInt64Size + |
kApiPointerSize; |
- static const int kUndefinedValueRootIndex = 5; |
- static const int kNullValueRootIndex = 7; |
- static const int kTrueValueRootIndex = 8; |
- static const int kFalseValueRootIndex = 9; |
- static const int kEmptyStringRootIndex = 10; |
+ static const int kUndefinedValueRootIndex = 4; |
+ static const int kNullValueRootIndex = 6; |
+ static const int kTrueValueRootIndex = 7; |
+ static const int kFalseValueRootIndex = 8; |
+ static const int kEmptyStringRootIndex = 9; |
// The external allocation limit should be below 256 MB on all architectures |
// to avoid that resource-constrained embedders run low on memory. |