Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index ab3711a3861efc14cf9ef4ca239fcc9a48791905..b3e20f72b60987f927f7e480ad3e5cbc01e642fe 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -919,6 +919,9 @@ class MarkCompactCollector { |
// regions to each space's free list. |
void SweepSpaces(); |
+ int DiscoverAndPromoteBlackObjectsOnPage(NewSpace* new_space, |
+ NewSpacePage* p); |
+ |
void EvacuateNewSpace(); |
void EvacuateLiveObjectsFromPage(Page* p); |