Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 5f287df7c9e142ee2578b14d123d3924dbd65d3c..74596eaf2c477422bdd9ff406f0027aae8daefff 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -315,6 +315,7 @@ |
void StartSweeping(); |
void StartSweepingHelper(AllocationSpace space_to_start); |
void EnsureCompleted(); |
+ void EnsureNewSpaceCompleted(); |
bool IsSweepingCompleted(); |
void SweepOrWaitUntilSweepingCompleted(Page* page); |