Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index c3dd5d3625ee46d57f5fb0d8608fdaa44c9233d8..080e214a1b566dcc319ffefa63749c734ff9b75a 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1902,8 +1902,9 @@ class Heap { |
// Inline allocation. ======================================================== |
// =========================================================================== |
- void LowerInlineAllocationLimit(intptr_t step); |
- void ResetInlineAllocationLimit(); |
+ void SetIncrementalMarkingStep(intptr_t step) { |
+ new_space()->SetIncrementalMarkingStep(step); |
+ } |
// =========================================================================== |
// Idle notification. ======================================================== |