Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 7776a69e3777bbbadcd3e829cf425b9cecdee695..c157226fdfa0ec636d1ff0ca948708418fd3d76e 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -7589,7 +7589,7 @@ class Internals { |
kExternalMemoryOffset + kApiInt64Size; |
static const int kIsolateRootsOffset = kExternalMemoryLimitOffset + |
kApiInt64Size + kApiInt64Size + |
- kApiPointerSize + kApiPointerSize; |
+ kApiPointerSize; |
static const int kUndefinedValueRootIndex = 4; |
static const int kTheHoleValueRootIndex = 5; |
static const int kNullValueRootIndex = 6; |