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