| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index f4ae71d43cfc2d679b9c76b210b5861d14858a69..4839be8957efc8b5c6f692fb5a59860247e3e824 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -5530,7 +5530,7 @@ class Internals {
|
| static const int kJSObjectHeaderSize = 3 * kApiPointerSize;
|
| static const int kFixedArrayHeaderSize = 2 * kApiPointerSize;
|
| static const int kContextHeaderSize = 2 * kApiPointerSize;
|
| - static const int kContextEmbedderDataIndex = 74;
|
| + static const int kContextEmbedderDataIndex = 75;
|
| static const int kFullStringRepresentationMask = 0x07;
|
| static const int kStringEncodingMask = 0x4;
|
| static const int kExternalTwoByteRepresentationTag = 0x02;
|
|
|