| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 836d90c3f524a639245cd854b30cc94527d6a84e..417027b76938669a505a7051945ef838acb67e78 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -8489,8 +8489,8 @@ class Internals {
|
| static const int kNodeIsIndependentShift = 3;
|
| static const int kNodeIsActiveShift = 4;
|
|
|
| - static const int kJSApiObjectType = 0xba;
|
| - static const int kJSObjectType = 0xbb;
|
| + static const int kJSApiObjectType = 0xbb;
|
| + static const int kJSObjectType = 0xbc;
|
| static const int kFirstNonstringType = 0x80;
|
| static const int kOddballType = 0x82;
|
| static const int kForeignType = 0x86;
|
|
|