Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 100ff843b4c16ece0f93c13df85ae6165d710a9d..778cca2f7108c5b6b15a45d96115ff978104441a 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -7419,7 +7419,7 @@ |
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; |