Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 9ce05831b484c86c6cdc478ae8af2b1c5e0d5681..70a7f167e3a9d70021167d0ac36e7d8e7b0152ed 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5412,7 +5412,7 @@ class Internals { |
static const int kJSObjectType = 0xb1; |
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; |