| Index: src/allocation-tracker.h
|
| diff --git a/src/allocation-tracker.h b/src/allocation-tracker.h
|
| index 8791b51b00c8bf1f3fe78079313faf6df63469f5..6844716a148f6217045a90632cf42ff1f7c499d8 100644
|
| --- a/src/allocation-tracker.h
|
| +++ b/src/allocation-tracker.h
|
| @@ -96,7 +96,7 @@ class AllocationTracker {
|
| ~AllocationTracker();
|
|
|
| void PrepareForSerialization();
|
| - void NewObjectEvent(Address addr, int size);
|
| + void AllocationEvent(Address addr, int size);
|
|
|
| AllocationTraceTree* trace_tree() { return &trace_tree_; }
|
| HashMap* id_to_function_info() { return &id_to_function_info_; }
|
|
|