Chromium Code Reviews| Index: src/mark-compact.h |
| diff --git a/src/mark-compact.h b/src/mark-compact.h |
| index 7c648000de26e7ab36830a454f44bf07159e2dbe..6c6e55563a391dce4e34579db27317b4c28598ac 100644 |
| --- a/src/mark-compact.h |
| +++ b/src/mark-compact.h |
| @@ -431,6 +431,8 @@ class CodeFlusher { |
| jsfunction_candidates_head_ = function; |
| } |
| + void EvictCandidate(JSFunction* function); |
| + |
| void ProcessCandidates() { |
| ProcessSharedFunctionInfoCandidates(); |
| ProcessJSFunctionCandidates(); |