Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index ae6767ff643ea4c3ecdc8f666491e1230b68d51b..4e8597861fdbe3d7f8d5e6e270bde278a481bbf9 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -870,7 +870,7 @@ class MarkCompactCollector { |
// regions to each space's free list. |
void SweepSpaces(); |
- int DiscoverAndPromoteBlackObjectsOnPage(NewSpace* new_space, |
+ int DiscoverAndEvacuateBlackObjectsOnPage(NewSpace* new_space, |
NewSpacePage* p); |
void EvacuateNewSpace(); |