| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 3a8b071099b84aa883f5c87a91034a67d701b82e..dadd42feb94deda92007655689f48c4f452909a7 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -8353,8 +8353,8 @@ class Internals {
|
| static const int kNodeIsIndependentShift = 3;
|
| static const int kNodeIsActiveShift = 4;
|
|
|
| - static const int kJSObjectType = 0xbd;
|
| - static const int kJSApiObjectType = 0xbc;
|
| + static const int kJSObjectType = 0xbe;
|
| + static const int kJSApiObjectType = 0xbd;
|
| static const int kFirstNonstringType = 0x80;
|
| static const int kOddballType = 0x83;
|
| static const int kForeignType = 0x87;
|
|
|