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