| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 181994358082162d44da5f2e760f0d15baf319eb..9fca8763d62caef9149da8d5751ad2fa915b9d15 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -3816,7 +3816,7 @@ class Internals {
|
| static const int kFullStringRepresentationMask = 0x07;
|
| static const int kExternalTwoByteRepresentationTag = 0x02;
|
|
|
| - static const int kJSObjectType = 0xa6;
|
| + static const int kJSObjectType = 0xa7;
|
| static const int kFirstNonstringType = 0x80;
|
| static const int kForeignType = 0x85;
|
|
|
|
|