| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index cf90a36979afabfab8ebd4363520123403501493..3bd3dfbbd83cdf82c195aff85e4ae9c04b13861f 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -6949,7 +6949,7 @@
|
| 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 = 0x86;
|
|
|