Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 97ba34d496a1741c7ba0d986547d06bc494ebfc0..dd28c0536d7f481e4ba6a9e41d00370b6f0387ca 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -7092,7 +7092,7 @@ class Internals { |
static const int kNodeIsPartiallyDependentShift = 4; |
static const int kNodeIsActiveShift = 4; |
- static const int kJSObjectType = 0xb7; |
+ static const int kJSObjectType = 0xb6; |
static const int kFirstNonstringType = 0x80; |
static const int kOddballType = 0x83; |
static const int kForeignType = 0x87; |