Chromium Code Reviews| Index: src/mark-compact-inl.h |
| =================================================================== |
| --- src/mark-compact-inl.h (revision 9979) |
| +++ src/mark-compact-inl.h (working copy) |
| @@ -39,8 +39,7 @@ |
| MarkBit Marking::MarkBitFrom(Address addr) { |
| MemoryChunk* p = MemoryChunk::FromAddress(addr); |
| - return p->markbits()->MarkBitFromIndex(p->AddressToMarkbitIndex(addr), |
| - p->ContainsOnlyData()); |
| + return p->markbits()->MarkBitFromIndex(p->AddressToMarkbitIndex(addr)); |
| } |