| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index a44b094f4ee06accc4004634277df9622eda2e63..5114bb31e9feea7672faeb3b17b8a52e5869fcf4 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -6657,7 +6657,7 @@ class Internals {
|
| static const int kNodeIsIndependentShift = 3;
|
| static const int kNodeIsPartiallyDependentShift = 4;
|
|
|
| - static const int kJSObjectType = 0xbd;
|
| + static const int kJSObjectType = 0xbe;
|
| static const int kFirstNonstringType = 0x80;
|
| static const int kOddballType = 0x83;
|
| static const int kForeignType = 0x87;
|
|
|