| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 8ed5b8de1a5c0efeae6afed50c184aeab640993a..9b49e284ba6b2fe243b50090b85919d996eeb4c8 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -6636,7 +6636,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;
|
|
|