| Index: src/liveedit.cc
|
| diff --git a/src/liveedit.cc b/src/liveedit.cc
|
| index e7d47e5e25aa33fd0258b201129fac98ebf86b85..eff74424739e7d64a1bfc1ef0442c31e9bba0f1c 100644
|
| --- a/src/liveedit.cc
|
| +++ b/src/liveedit.cc
|
| @@ -982,8 +982,6 @@ class ReferenceCollectorVisitor : public ObjectVisitor {
|
| Address substitution_entry = substitution->instruction_start();
|
| for (int i = 0; i < reloc_infos_.length(); i++) {
|
| reloc_infos_[i].set_target_address(substitution_entry, NULL);
|
| - // TODO(gc) more precise barrier.
|
| - // TODO(gc) ISOLATES MERGE: code object should have heap() accessor.
|
| substitution->GetHeap()->incremental_marking()->RecordWriteOf(
|
| substitution);
|
| }
|
|
|