Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 6e01bd4fea4427b135594916f8f5baf37ff2ca9b..c8abce42d13279f98f52179e652a6ea807812d5d 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -6915,7 +6915,7 @@ class Internals { |
1 * kApiPointerSize + kApiIntSize; |
static const int kStringResourceOffset = 3 * kApiPointerSize; |
- static const int kOddballKindOffset = 3 * kApiPointerSize; |
+ static const int kOddballKindOffset = 4 * kApiPointerSize; |
static const int kForeignAddressOffset = kApiPointerSize; |
static const int kJSObjectHeaderSize = 3 * kApiPointerSize; |
static const int kFixedArrayHeaderSize = 2 * kApiPointerSize; |