| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 9a577765b439ae90c50f0cd866603924c087528f..a25557f36ca4b1e233381a82cb36324a64e2a7c4 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -6981,7 +6981,7 @@ class Internals {
|
| static const int kNodeIsIndependentShift = 3;
|
| static const int kNodeIsPartiallyDependentShift = 4;
|
|
|
| - static const int kJSObjectType = 0xb6;
|
| + static const int kJSObjectType = 0xb7;
|
| static const int kFirstNonstringType = 0x80;
|
| static const int kOddballType = 0x83;
|
| static const int kForeignType = 0x87;
|
|
|