| Index: src/heap-inl.h
|
| diff --git a/src/heap-inl.h b/src/heap-inl.h
|
| index d27f14f1aff12d44a07a493501639e7cca280446..114ae0d4d1bc54ae35e199db9bf10a9fc4641a7f 100644
|
| --- a/src/heap-inl.h
|
| +++ b/src/heap-inl.h
|
| @@ -159,9 +159,7 @@ 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
|
| }
|
|
|
|
|
|
|