Chromium Code Reviews| Index: src/heap.cc |
| diff --git a/src/heap.cc b/src/heap.cc |
| index 511d390a813ee7d114d6aa142b7ca9f0596aff4e..dc4102739dd64c13ca1510c8f086f91837d10707 100644 |
| --- a/src/heap.cc |
| +++ b/src/heap.cc |
| @@ -1107,6 +1107,7 @@ inline static HeapObject* MigrateObject(HeapObject* source, |
| // Update NewSpace stats if necessary. |
| RecordCopiedObject(target); |
| #endif |
| + HEAP_PROFILE(ObjectMoveEvent(source->address(), target->address())); |
| return target; |
| } |