Index: test/cctest/heap/utils-inl.h |
diff --git a/test/cctest/heap/utils-inl.h b/test/cctest/heap/utils-inl.h |
index f255bb6c033e430a89ce1484129466859c7234f3..56033c151ed614cb9bfdac41ee79b808687083a8 100644 |
--- a/test/cctest/heap/utils-inl.h |
+++ b/test/cctest/heap/utils-inl.h |
@@ -49,7 +49,7 @@ static inline std::vector<Handle<FixedArray>> CreatePadding( |
if (length <= 0) { |
// Not enough room to create another fixed array. Let's create a filler. |
heap->CreateFillerObjectAt(*heap->old_space()->allocation_top_address(), |
- free_memory); |
+ free_memory, ClearRecordedSlots::kNo); |
break; |
} |
} |