Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 60c05b7ddaa1d3e2ded85cc3fe2cacbce6502eab..cfb2d9d27022f033341acce33c68212faa8ac31a 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -730,6 +730,8 @@ class MarkCompactCollector { |
void VisitLiveObjectsBody(Page* page, ObjectVisitor* visitor); |
+ void RecomputeLiveBytes(MemoryChunk* page); |
+ |
void SweepAbortedPages(); |
void ReleaseEvacuationCandidates(); |