Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index a7dfb80e5ac3a0face4bcf92b02c8a861a4cffff..bdbc06e993f1c9f07902d596a5cd2e3537fcccdb 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -4277,7 +4277,7 @@ void Heap::RegisterDeserializedObjectsForBlackAllocation( |
void Heap::NotifyObjectLayoutChange(HeapObject* object, |
const DisallowHeapAllocation&) { |
if (FLAG_incremental_marking && incremental_marking()->IsMarking()) { |
- incremental_marking()->WhiteToGreyAndPush(object); |
+ incremental_marking()->MarkBlackAndPush(object); |
} |
#ifdef VERIFY_HEAP |
DCHECK(pending_layout_change_object_ == nullptr); |