summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/heap/utils-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/heap/utils-inl.h')
-rw-r--r--deps/v8/test/cctest/heap/utils-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/cctest/heap/utils-inl.h b/deps/v8/test/cctest/heap/utils-inl.h
index f255bb6c03..56033c151e 100644
--- a/deps/v8/test/cctest/heap/utils-inl.h
+++ b/deps/v8/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;
}
}