| Index: src/heap/objects-visiting-inl.h
|
| diff --git a/src/heap/objects-visiting-inl.h b/src/heap/objects-visiting-inl.h
|
| index 7fe6a508b12f628a0fe0b275e8260297366a4b5b..d220118368e77d07b973ec92c701061ddf06b6a5 100644
|
| --- a/src/heap/objects-visiting-inl.h
|
| +++ b/src/heap/objects-visiting-inl.h
|
| @@ -266,7 +266,8 @@ void StaticMarkingVisitor<StaticVisitor>::VisitCodeTarget(Heap* heap,
|
| heap->isolate()->serializer_enabled() ||
|
| target->ic_age() != heap->global_ic_age() ||
|
| target->is_invalidated_weak_stub())) {
|
| - IC::Clear(heap->isolate(), rinfo->pc(), rinfo->host()->constant_pool());
|
| + ICUtility::Clear(heap->isolate(), rinfo->pc(),
|
| + rinfo->host()->constant_pool());
|
| target = Code::GetCodeFromTargetAddress(rinfo->target_address());
|
| }
|
| heap->mark_compact_collector()->RecordRelocSlot(rinfo, target);
|
|
|