Chromium Code Reviews| Index: src/heap/mark-compact.cc |
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc |
| index cd9f548f534f2194a6a0e3451d747bcee5fbe2c9..ae73860db14ea3737c7675315fd302b3e4f1770e 100644 |
| --- a/src/heap/mark-compact.cc |
| +++ b/src/heap/mark-compact.cc |
| @@ -2610,6 +2610,8 @@ void MinorMarkCompactCollector::CollectGarbage() { |
| marking_state(p).ClearLiveness(); |
| } |
| } |
| + |
| + heap()->account_external_memory_concurrently_freed(); |
| } |
| void MinorMarkCompactCollector::ClearNonLiveReferences() { |