| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index ae8478a4f43496b5454e4bf5631f54f4e6107c44..20835d8cc8845ff8589edcb7755dd4ad2d1c1467 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -7417,7 +7417,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;
|
|
|