Chromium Code Reviews| Index: src/mark-compact.h |
| diff --git a/src/mark-compact.h b/src/mark-compact.h |
| index 65d39d252f897b90ea8ab46028f5db726f3878f0..2172c3ee15761179483750cd7cff1ce5de0fafdc 100644 |
| --- a/src/mark-compact.h |
| +++ b/src/mark-compact.h |
| @@ -714,6 +714,7 @@ class MarkCompactCollector { |
| void ProcessInvalidatedCode(ObjectVisitor* visitor); |
| void ReleaseEvacuationCandidates(); |
| + void UnlinkEvacuationCandidates(); |
|
Michael Starzinger
2013/03/08 12:52:06
Can we move that up one line because that's the na
Hannes Payer (out of office)
2013/03/08 14:02:30
Done.
|
| void StartSweeperThreads(); |