Chromium Code Reviews| Index: src/ic-inl.h |
| diff --git a/src/ic-inl.h b/src/ic-inl.h |
| index f0f6acd73df2fcc46321001fe05c7ccbb2efb775..e8b0c6476a9a81d3b3f07a7c613a44d4d36317d4 100644 |
| --- a/src/ic-inl.h |
| +++ b/src/ic-inl.h |
| @@ -87,7 +87,6 @@ void IC::SetTargetAtAddress(Address address, Code* target) { |
| } |
| #endif |
| Assembler::set_target_address_at(address, target->instruction_start()); |
| - // TODO(gc) ISOLATES MERGE code object should have heap() accessor. |
| target->GetHeap()->incremental_marking()->RecordWriteOf(target); |
| } |