Chromium Code Reviews| Index: src/mark-compact.cc |
| =================================================================== |
| --- src/mark-compact.cc (revision 11059) |
| +++ src/mark-compact.cc (working copy) |
| @@ -3427,7 +3427,6 @@ |
| space->Free(p->area_start(), p->area_size()); |
| p->set_scan_on_scavenge(false); |
| slots_buffer_allocator_.DeallocateChain(p->slots_buffer_address()); |
| - p->ClearEvacuationCandidate(); |
| p->ResetLiveBytes(); |
| space->ReleasePage(p); |
| } |