Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 5bb470a2ae3129c5d3d55941e7016e8ae41bf7e0..65c2c765a923c281d421856b54f1dac580afd55e 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -8489,8 +8489,8 @@ class Internals { |
static const int kNodeIsIndependentShift = 3; |
static const int kNodeIsActiveShift = 4; |
- static const int kJSApiObjectType = 0xba; |
- static const int kJSObjectType = 0xbb; |
+ static const int kJSApiObjectType = 0xbb; |
+ static const int kJSObjectType = 0xbc; |
static const int kFirstNonstringType = 0x80; |
static const int kOddballType = 0x82; |
static const int kForeignType = 0x86; |