Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 6e1db3a581f5c7ce340e3a9f6d9b4a45f06c6cff..c1457dcd5763579da4318695f7fd50bb70dfe227 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -6972,7 +6972,7 @@ class Internals { |
static const int kNodeIsIndependentShift = 3; |
static const int kNodeIsPartiallyDependentShift = 4; |
- static const int kJSObjectType = 0xbe; |
+ static const int kJSObjectType = 0xbf; |
static const int kFirstNonstringType = 0x80; |
static const int kOddballType = 0x83; |
static const int kForeignType = 0x87; |