| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 910279b52e6b29828a87e25106dde376aecc4869..a047fc348da591bf954a9a6fc2cc802645026996 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -6705,7 +6705,7 @@ class Internals {
|
| static const int kNodeIsIndependentShift = 3;
|
| static const int kNodeIsPartiallyDependentShift = 4;
|
|
|
| - static const int kJSObjectType = 0xbe;
|
| + static const int kJSObjectType = 0xbd;
|
| static const int kFirstNonstringType = 0x80;
|
| static const int kOddballType = 0x83;
|
| static const int kForeignType = 0x86;
|
|
|