| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 62bb7f18dc3f31d652a5892e0acbc2a65ad587bd..b5db5fe4295d11d17589fdeb07fefdbf2cde7e81 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -7392,7 +7392,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;
|
|
|