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