Chromium Code Reviews| Index: src/heap-profiler.h |
| diff --git a/src/heap-profiler.h b/src/heap-profiler.h |
| index 4af1e4987befbdd8071c271f39d777711fd5deec..866a6780028e17e0355e3c4cdfd21efd20c158fa 100644 |
| --- a/src/heap-profiler.h |
| +++ b/src/heap-profiler.h |
| @@ -64,7 +64,7 @@ class HeapProfiler { |
| void ObjectMoveEvent(Address from, Address to, int size); |
| - void NewObjectEvent(Address addr, int size); |
| + void AllocationEvent(Address addr, int size); |
| void UpdateObjectSizeEvent(Address addr, int size); |