Index: src/heap-snapshot-generator.h |
diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h |
index 8fa840c6c28028b4daa6385bc8759003af1ff4b7..e55513f890dad9366f79f7017490eddb9ac5d396 100644 |
--- a/src/heap-snapshot-generator.h |
+++ b/src/heap-snapshot-generator.h |
@@ -296,7 +296,7 @@ class HeapSnapshotsCollection { |
SnapshotObjectId PushHeapObjectsStats(OutputStream* stream) { |
return ids_.PushHeapObjectsStats(stream); |
} |
- void StartHeapObjectsTracking(); |
+ void StartHeapObjectsTracking(bool track_allocations); |
void StopHeapObjectsTracking(); |
HeapSnapshot* NewSnapshot(const char* name, unsigned uid); |