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