| Index: src/heap/mark-compact.h
|
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
|
| index 01170333d7bc6b421e4a294d7d278b5a72cbaa74..74596eaf2c477422bdd9ff406f0027aae8daefff 100644
|
| --- a/src/heap/mark-compact.h
|
| +++ b/src/heap/mark-compact.h
|
| @@ -689,8 +689,6 @@ class MarkCompactCollector {
|
| bool VisitLiveObjects(MemoryChunk* page, Visitor* visitor,
|
| IterationMode mode);
|
|
|
| - void VisitLiveObjectsBody(Page* page, ObjectVisitor* visitor);
|
| -
|
| void RecomputeLiveBytes(MemoryChunk* page);
|
|
|
| void ReleaseEvacuationCandidates();
|
|
|