Index: src/mips64/assembler-mips64-inl.h |
diff --git a/src/mips64/assembler-mips64-inl.h b/src/mips64/assembler-mips64-inl.h |
index 09436ed1d41386a5b74bb7f95ab7dfe96b7cda3a..a465a289664dfc2304d820a70ecdee73db8e641a 100644 |
--- a/src/mips64/assembler-mips64-inl.h |
+++ b/src/mips64/assembler-mips64-inl.h |
@@ -282,10 +282,8 @@ void RelocInfo::set_target_cell(Cell* cell, |
Address address = cell->address() + Cell::kValueOffset; |
Memory::Address_at(pc_) = address; |
if (write_barrier_mode == UPDATE_WRITE_BARRIER && host() != NULL) { |
- // TODO(1550) We are passing NULL as a slot because cell can never be on |
- // evacuation candidate. |
- host()->GetHeap()->incremental_marking()->RecordWrite( |
- host(), NULL, cell); |
+ host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this, |
+ cell); |
} |
} |