| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index db2178b73becb2c7ad76a5f28e8b81e4c14d1c33..b8fd2a0f3959770f1440524174b0821899ea542a 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -7298,7 +7298,7 @@ class Internals {
|
| static const int kNodeIsPartiallyDependentShift = 4;
|
| static const int kNodeIsActiveShift = 4;
|
|
|
| - static const int kJSObjectType = 0xb8;
|
| + static const int kJSObjectType = 0xb6;
|
| static const int kFirstNonstringType = 0x80;
|
| static const int kOddballType = 0x83;
|
| static const int kForeignType = 0x87;
|
|
|