Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 56bfc0ff5088af44c930456044524dda35e2b92a..655da2ab2b97a53a9d2c077a68083b62d69ef931 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -8303,8 +8303,8 @@ class Internals { |
static const int kNodeIsPartiallyDependentShift = 4; |
static const int kNodeIsActiveShift = 4; |
- static const int kJSObjectType = 0xba; |
- static const int kJSApiObjectType = 0xb9; |
+ static const int kJSObjectType = 0xbb; |
+ static const int kJSApiObjectType = 0xba; |
static const int kFirstNonstringType = 0x80; |
static const int kOddballType = 0x83; |
static const int kForeignType = 0x87; |