Index: src/heap-profiler.h |
diff --git a/src/heap-profiler.h b/src/heap-profiler.h |
index 1ed73b9ca692803019650b57264d14fae5f429a1..5ae60fa923449458ab95670c902f3c99c63f251b 100644 |
--- a/src/heap-profiler.h |
+++ b/src/heap-profiler.h |
@@ -28,6 +28,7 @@ |
#ifndef V8_HEAP_PROFILER_H_ |
#define V8_HEAP_PROFILER_H_ |
+#include "heap-snapshot-generator-inl.h" |
#include "isolate.h" |
namespace v8 { |
@@ -65,7 +66,6 @@ class HeapProfiler { |
SnapshotObjectId PushHeapObjectsStats(OutputStream* stream); |
int GetSnapshotsCount(); |
HeapSnapshot* GetSnapshot(int index); |
- HeapSnapshot* FindSnapshot(unsigned uid); |
SnapshotObjectId GetSnapshotObjectId(Handle<Object> obj); |
void DeleteAllSnapshots(); |