Index: src/objects.h |
=================================================================== |
--- src/objects.h (revision 4579) |
+++ src/objects.h (working copy) |
@@ -4077,7 +4077,7 @@ |
// Layout description. |
static const int kLengthOffset = HeapObject::kHeaderSize; |
- static const int kHashFieldOffset = kLengthOffset + kIntSize; |
+ static const int kHashFieldOffset = kLengthOffset + kPointerSize; |
static const int kSize = kHashFieldOffset + kIntSize; |
// Notice: kSize is not pointer-size aligned if pointers are 64-bit. |