| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index e9148744e1c8ecff76d9a58eff370690eae5c725..3fc062a38b1cd2c7da53713662da4ea6b3dc4d42 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -7591,7 +7591,7 @@
|
| 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;
|
|
|