| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 784bdfaf9a753d3eefd3d5924547872064434369..5d139e40c42aa159522418c416d03698f8b5dac6 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -7104,7 +7104,7 @@ class Internals {
|
| static const int kNodeIsPartiallyDependentShift = 4;
|
| static const int kNodeIsActiveShift = 4;
|
|
|
| - static const int kJSObjectType = 0xb7;
|
| + static const int kJSObjectType = 0xb8;
|
| static const int kFirstNonstringType = 0x80;
|
| static const int kOddballType = 0x83;
|
| static const int kForeignType = 0x87;
|
|
|