| Index: src/heap/spaces.cc
|
| diff --git a/src/heap/spaces.cc b/src/heap/spaces.cc
|
| index afbb452f54527878fe55a8b4034344f51b535627..f39b16ecb5a1ff77eec4d75a70a00108c2e3799a 100644
|
| --- a/src/heap/spaces.cc
|
| +++ b/src/heap/spaces.cc
|
| @@ -3134,6 +3134,7 @@ AllocationResult LargeObjectSpace::AllocateRaw(int object_size,
|
|
|
| heap()->StartIncrementalMarkingIfAllocationLimitIsReached(Heap::kNoGCFlags,
|
| kNoGCCallbackFlags);
|
| +
|
| AllocationStep(object->address(), object_size);
|
|
|
| heap()->CreateFillerObjectAt(object->address(), object_size,
|
|
|