| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index c157dd565bc2787be4737e99f07c913e9da7b432..4f9017001f1d6b6594b5e26247b96ce678e461b8 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -3447,7 +3447,7 @@ class Internals {
|
| // These values match non-compiler-dependent values defined within
|
| // the implementation of v8.
|
| static const int kHeapObjectMapOffset = 0;
|
| - static const int kMapInstanceTypeOffset = 2 * kApiPointerSize + kApiIntSize;
|
| + static const int kMapInstanceTypeOffset = 1 * kApiPointerSize + kApiIntSize;
|
| static const int kStringResourceOffset =
|
| InternalConstants<kApiPointerSize>::kStringResourceOffset;
|
|
|
|
|