| Index: src/heap-profiler.h
|
| diff --git a/src/heap-profiler.h b/src/heap-profiler.h
|
| index 74002278d40beb1a23a06523da4d5c6066911c9f..06345fe98aa3d2baacd053939aa9f10c0940dec8 100644
|
| --- a/src/heap-profiler.h
|
| +++ b/src/heap-profiler.h
|
| @@ -56,10 +56,6 @@ class HeapProfiler {
|
| void StartHeapObjectsTracking();
|
| void StopHeapObjectsTracking();
|
|
|
| - static void RecordObjectAllocationFromMasm(Isolate* isolate,
|
| - Address obj,
|
| - int size);
|
| -
|
| SnapshotObjectId PushHeapObjectsStats(OutputStream* stream);
|
| int GetSnapshotsCount();
|
| HeapSnapshot* GetSnapshot(int index);
|
|
|