Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 95edfdb10cad504069835b8a87afaca55b5e594d..0cd616d4ee8227c15eae884902d9fbd8781fd75b 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -6970,7 +6970,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; |