| Index: src/ic/ic-inl.h
|
| diff --git a/src/ic/ic-inl.h b/src/ic/ic-inl.h
|
| index 936444cb02d0660aef9867d903e582a3b29ad7b5..6dab006ad56d040188d2fae87915fa03be7d07f6 100644
|
| --- a/src/ic/ic-inl.h
|
| +++ b/src/ic/ic-inl.h
|
| @@ -74,7 +74,7 @@ void IC::SetTargetAtAddress(Address address, Code* target,
|
| StoreICState::GetLanguageMode(target->extra_ic_state()));
|
| }
|
| #endif
|
| - Assembler::set_target_address_at(address, constant_pool,
|
| + Assembler::set_target_address_at(heap->isolate(), address, constant_pool,
|
| target->instruction_start());
|
| if (heap->gc_state() == Heap::MARK_COMPACT) {
|
| heap->mark_compact_collector()->RecordCodeTargetPatch(address, target);
|
|
|