Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 05d0910f6b249660686a0fa05765b493fd3304c9..74d8f8fabbcb4b2538761b2a3769d84638a98220 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -2131,7 +2131,8 @@ AllocationResult Heap::AllocateFillerObject(int size, bool double_align, |
MemoryChunk* chunk = MemoryChunk::FromAddress(obj->address()); |
DCHECK(chunk->owner()->identity() == space); |
#endif |
- CreateFillerObjectAt(obj->address(), size, ClearRecordedSlots::kNo); |
+ CreateFillerObjectAt(obj->address(), size, ClearRecordedSlots::kNo, |
+ ClearBlackArea::kNo); |
return obj; |
} |