Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 1c50d9b473b916ac115e58cd2ae6f9c92990beb4..6a7f944ccaa9302c7a29e609b76fbcadfdb658a5 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -7443,7 +7443,7 @@ class Internals { |
kAmountOfExternalAllocatedMemoryOffset + kApiInt64Size; |
static const int kIsolateRootsOffset = |
kAmountOfExternalAllocatedMemoryAtLastGlobalGCOffset + kApiInt64Size + |
- kApiPointerSize; |
+ kApiPointerSize + kApiPointerSize; |
static const int kUndefinedValueRootIndex = 4; |
static const int kTheHoleValueRootIndex = 5; |
static const int kNullValueRootIndex = 6; |