Chromium Code Reviews| Index: src/heap/heap.cc |
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
| index bcece7ad83c2ad3e3fa75a4a81629bb99bacfabf..6831a1e551f7165941b5207e7d4dc8e352c1733d 100644 |
| --- a/src/heap/heap.cc |
| +++ b/src/heap/heap.cc |
| @@ -1724,9 +1724,6 @@ void Heap::Scavenge() { |
| // Set age mark. |
| new_space_.set_age_mark(new_space_.top()); |
| - new_space_.LowerInlineAllocationLimit( |
| - new_space_.inline_allocation_limit_step()); |
| - |
| array_buffer_tracker()->FreeDead(true); |
| // Update how much has survived scavenge. |