Index: src/heap-profiler.h |
diff --git a/src/heap-profiler.h b/src/heap-profiler.h |
index 3dd5b4d0e7d031034836f90c163a824236cb7924..b879e22f41eb02a4d4a5b0bd0130f354cc9b3b88 100644 |
--- a/src/heap-profiler.h |
+++ b/src/heap-profiler.h |
@@ -83,6 +83,7 @@ class HeapProfiler { |
bool is_tracking_allocations() { return !allocation_tracker_.is_empty(); } |
Handle<HeapObject> FindHeapObjectById(SnapshotObjectId id); |
+ void ClearHeapObjectMap(); |
private: |
Heap* heap() const { return ids_->heap(); } |