Chromium Code Reviews| Index: src/heap.cc |
| diff --git a/src/heap.cc b/src/heap.cc |
| index 5cd85445b4f169fc739dca8afbd8b1387733a5ac..8d407a7c2834e18f7c308b9e767fcb170c9b3bf1 100644 |
| --- a/src/heap.cc |
| +++ b/src/heap.cc |
| @@ -6955,6 +6955,8 @@ void Heap::TearDown() { |
| external_string_table_.TearDown(); |
| + mark_compact_collector()->AbortCompaction(); |
|
Michael Starzinger
2013/07/30 11:08:38
nit: Can we add a MarkCompactCollector::TearDown m
Hannes Payer (out of office)
2013/07/31 07:13:37
Done.
|
| + |
| new_space_.TearDown(); |
| if (old_pointer_space_ != NULL) { |