| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 7e41ee81fc8f73c8b6b65dab50ce49553d00d9bd..128973094762b35a4f85d32e14c0364d1243d754 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -5533,7 +5533,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 = 65;
|
| + static const int kContextEmbedderDataIndex = 74;
|
| static const int kFullStringRepresentationMask = 0x07;
|
| static const int kStringEncodingMask = 0x4;
|
| static const int kExternalTwoByteRepresentationTag = 0x02;
|
|
|