Index: src/heap-profiler.h |
=================================================================== |
--- src/heap-profiler.h (revision 11338) |
+++ src/heap-profiler.h (working copy) |
@@ -62,6 +62,7 @@ |
static int GetSnapshotsCount(); |
static HeapSnapshot* GetSnapshot(int index); |
static HeapSnapshot* FindSnapshot(unsigned uid); |
+ static SnapshotObjectId GetSnapshotObjectId(Handle<Object> obj); |
static void DeleteAllSnapshots(); |
void ObjectMoveEvent(Address from, Address to); |