| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index bf3beff5f0d22a56efc7756845b34ffac130138b..cbf9091e80883d30037484d21315c554207bad93 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -4201,7 +4201,7 @@ class Internals {
|
| static const int kNodeIsIndependentShift = 4;
|
| static const int kNodeIsPartiallyDependentShift = 5;
|
|
|
| - static const int kJSObjectType = 0xab;
|
| + static const int kJSObjectType = 0xad;
|
| static const int kFirstNonstringType = 0x80;
|
| static const int kOddballType = 0x82;
|
| static const int kForeignType = 0x85;
|
|
|