Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index bcec8006331b63550a0aa5f7b90bb7f9c07df6c4..5d9214cbc06b6bdb3d68e899a34174e3ee105ba6 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); |