Index: src/profile-generator.h |
diff --git a/src/profile-generator.h b/src/profile-generator.h |
index 349226b43fad3ea9d996ce5bd539c979391810fa..6388985d40a90f08f8ddd77332c22cc55f4ae87d 100644 |
--- a/src/profile-generator.h |
+++ b/src/profile-generator.h |
@@ -649,7 +649,7 @@ class HeapObjectsMap { |
} |
void StopHeapObjectsTracking(); |
- void PushHeapObjectsStats(OutputStream* stream); |
+ SnapshotObjectId PushHeapObjectsStats(OutputStream* stream); |
static SnapshotObjectId GenerateId(v8::RetainedObjectInfo* info); |
static inline SnapshotObjectId GetNthGcSubrootId(int delta); |
@@ -707,7 +707,7 @@ class HeapSnapshotsCollection { |
~HeapSnapshotsCollection(); |
bool is_tracking_objects() { return is_tracking_objects_; } |
- void PushHeapObjectsStats(OutputStream* stream) { |
+ SnapshotObjectId PushHeapObjectsStats(OutputStream* stream) { |
return ids_.PushHeapObjectsStats(stream); |
} |
void StartHeapObjectsTracking() { is_tracking_objects_ = true; } |