| Index: src/factory.cc
|
| diff --git a/src/factory.cc b/src/factory.cc
|
| index a33f288ccbe7dfd2457f4350e2815930c5784a0e..cefc6cf5b4654dfeb8e43f836f6224f3ad8d2b15 100644
|
| --- a/src/factory.cc
|
| +++ b/src/factory.cc
|
| @@ -1954,7 +1954,8 @@ void Factory::ReinitializeJSProxy(Handle<JSProxy> proxy, InstanceType type,
|
| if (size_difference > 0) {
|
| Address address = proxy->address();
|
| heap->CreateFillerObjectAt(address + map->instance_size(), size_difference);
|
| - heap->AdjustLiveBytes(address, -size_difference, Heap::FROM_MUTATOR);
|
| + heap->AdjustLiveBytes(address, -size_difference,
|
| + Heap::CONCURRENT_TO_SWEEPER);
|
| }
|
|
|
| // Reset the map for the object.
|
|
|