| Index: src/heap/spaces.cc
|
| diff --git a/src/heap/spaces.cc b/src/heap/spaces.cc
|
| index 328ab67b5bb73810b5d2c71cd1dd9b8c6d8f602c..2e6ded546f45ecc33b2ff90b31d57d89d59685a3 100644
|
| --- a/src/heap/spaces.cc
|
| +++ b/src/heap/spaces.cc
|
| @@ -2976,7 +2976,6 @@ AllocationResult LargeObjectSpace::AllocateRaw(int object_size,
|
| InsertChunkMapEntries(page);
|
|
|
| HeapObject* object = page->GetObject();
|
| - MSAN_ALLOCATED_UNINITIALIZED_MEMORY(object->address(), object_size);
|
|
|
| if (Heap::ShouldZapGarbage()) {
|
| // Make the object consistent so the heap can be verified in OldSpaceStep.
|
|
|