Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index 9a0b014d633d6a069f288c9341cd9eac38531a66..8821c3df30a3b00d3b9139410b7022547604fbd4 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -434,6 +434,7 @@ class CodeFlusher { |
} |
} |
+ void EvictCandidate(SharedFunctionInfo* shared_info); |
void EvictCandidate(JSFunction* function); |
void ProcessCandidates() { |