| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index eb1f08a60942d13f71cbb7b9f0e8ab77dcb14451..a26f386ac0f1785af194bf008da2b54cdb050997 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -8343,8 +8343,8 @@ class Internals {
|
| static const int kNodeIsPartiallyDependentShift = 4;
|
| static const int kNodeIsActiveShift = 4;
|
|
|
| - static const int kJSObjectType = 0xbb;
|
| - static const int kJSApiObjectType = 0xba;
|
| + static const int kJSObjectType = 0xbc;
|
| + static const int kJSApiObjectType = 0xbb;
|
| static const int kFirstNonstringType = 0x80;
|
| static const int kOddballType = 0x83;
|
| static const int kForeignType = 0x87;
|
|
|