Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 755a87fdba14f78c70e9ec8bd05a6852a65a49ce..873234e4df6cb33035f5d6c9367f4b9c3e8c5a65 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -6599,7 +6599,7 @@ class Internals { |
static const int kJSObjectType = 0xbd; |
static const int kFirstNonstringType = 0x80; |
static const int kOddballType = 0x83; |
- static const int kForeignType = 0x88; |
+ static const int kForeignType = 0x87; |
static const int kUndefinedOddballKind = 5; |
static const int kNullOddballKind = 3; |