Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index 83aa1e8792c7e964c85de7083dbf8fb4206def15..5e41fbe79142b85258bcab8127f71d5e0d1c6be6 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -918,6 +918,8 @@ class MarkCompactCollector { |
void EvacuateNewSpaceAndCandidates(); |
+ void MoveEvacuationCandidatesToEndOfPagesList(); |
+ |
void SweepSpace(PagedSpace* space, SweeperType sweeper); |
// Finalizes the parallel sweeping phase. Marks all the pages that were |