Chromium Code Reviews| Index: src/heap/heap.cc |
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
| index 488f35426d06b5255838a9ea537cddec2b323aed..4747a13179690ffc4fc49a2e76605a55d95f567f 100644 |
| --- a/src/heap/heap.cc |
| +++ b/src/heap/heap.cc |
| @@ -1736,7 +1736,7 @@ void Heap::Scavenge() { |
| // We start a new step without accounting the objects copied into to space |
| // as those are not allocations. |
| - new_space_.UpdateInlineAllocationLimitStep(); |
| + new_space_.StartNextInlineAllocationStep(); |
| array_buffer_tracker()->FreeDead(true); |