Chromium Code Reviews| Index: src/ic-inl.h |
| diff --git a/src/ic-inl.h b/src/ic-inl.h |
| index e8b0c6476a9a81d3b3f07a7c613a44d4d36317d4..498cf3af313781e18c4eebf783f65b809516ba5d 100644 |
| --- a/src/ic-inl.h |
| +++ b/src/ic-inl.h |
| @@ -87,7 +87,8 @@ void IC::SetTargetAtAddress(Address address, Code* target) { |
| } |
| #endif |
| Assembler::set_target_address_at(address, target->instruction_start()); |
| - target->GetHeap()->incremental_marking()->RecordWriteOf(target); |
| + target->GetHeap()->incremental_marking()->RecordCodeTargetPatch(address, |
| + target); |
| } |