| Index: src/heap/mark-compact.h
|
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
|
| index 3c542bd2edbba5418d4742d4a89eb73a88e71823..a0f54acac7dea26f9a34f642ef4bcf14cd6e8610 100644
|
| --- a/src/heap/mark-compact.h
|
| +++ b/src/heap/mark-compact.h
|
| @@ -630,7 +630,6 @@
|
| private:
|
| class EvacuateNewSpaceVisitor;
|
| class EvacuateOldSpaceVisitor;
|
| - class EvacuateRecordOnlyVisitor;
|
| class EvacuateVisitorBase;
|
| class HeapObjectVisitor;
|
|
|
| @@ -835,6 +834,8 @@
|
|
|
| void RecomputeLiveBytes(MemoryChunk* page);
|
|
|
| + void SweepAbortedPages();
|
| +
|
| void ReleaseEvacuationCandidates();
|
|
|
| // Starts sweeping of a space by contributing on the main thread and setting
|
|
|