Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 6144c61213af4bf9748b5de46098809e5c424bd5..6b9d3f324f2a6b6771d80abb6027480354a04d7b 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5296,7 +5296,7 @@ class Internals { |
static const int kNodeIsIndependentShift = 4; |
static const int kNodeIsPartiallyDependentShift = 5; |
- static const int kJSObjectType = 0xaf; |
+ static const int kJSObjectType = 0xb0; |
static const int kFirstNonstringType = 0x80; |
static const int kOddballType = 0x83; |
static const int kForeignType = 0x87; |