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