Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index 7a328576508f092c228e72f77534cd4b7ffe03ff..2690ae4734f0b02cdaef1c67892b5c7ea41e1614 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -707,6 +707,8 @@ class MarkCompactCollector { |
void RemoveDeadInvalidatedCode(); |
void ProcessInvalidatedCode(ObjectVisitor* visitor); |
+ void ReleaseEvacuationCandidates(); |
+ |
void StartSweeperThreads(); |
#ifdef DEBUG |