Index: src/heap-profiler.h |
diff --git a/src/heap-profiler.h b/src/heap-profiler.h |
index 3f3138db523683180b564193ae8e7830f1954a27..1ed73b9ca692803019650b57264d14fae5f429a1 100644 |
--- a/src/heap-profiler.h |
+++ b/src/heap-profiler.h |
@@ -80,6 +80,8 @@ class HeapProfiler { |
return snapshots_->is_tracking_objects(); |
} |
+ void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info); |
+ |
private: |
Heap* heap() const { return snapshots_->heap(); } |