| Index: src/heap-inl.h
|
| diff --git a/src/heap-inl.h b/src/heap-inl.h
|
| index 3d734e94dfeb1728190712f8b18099290d871e87..f1f7f02ffd4cf18cbae7af71820c434405611ff5 100644
|
| --- a/src/heap-inl.h
|
| +++ b/src/heap-inl.h
|
| @@ -145,7 +145,9 @@ void Heap::RecordWrite(Address address, int offset) {
|
| if (new_space_.Contains(address)) return;
|
| ASSERT(!new_space_.FromSpaceContains(address));
|
| SLOW_ASSERT(Contains(address + offset));
|
| +#ifndef V8_HOST_ARCH_64_BIT
|
| Page::SetRSet(address, offset);
|
| +#endif // V8_HOST_ARCH_64_BIT
|
| }
|
|
|
|
|
|
|