Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index f804496eaf6d4a8b2bce8be8708fdcbc6e7fb350..d2a5c022d29e356d1a29f46ed9c49a0f0c79daea 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -7203,7 +7203,7 @@ class Internals { |
static const int kNodeIsPartiallyDependentShift = 4; |
static const int kNodeIsActiveShift = 4; |
- static const int kJSObjectType = 0xb5; |
+ static const int kJSObjectType = 0xb8; |
static const int kFirstNonstringType = 0x80; |
static const int kOddballType = 0x83; |
static const int kForeignType = 0x87; |