Index: src/heap-snapshot-generator.cc |
diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
index e0b3f7b7feb436c54d1b52e549290fb5281a72b7..bd47eec63b3e39c88afeb4a85ecb5d0b60dc7a86 100644 |
--- a/src/heap-snapshot-generator.cc |
+++ b/src/heap-snapshot-generator.cc |
@@ -586,6 +586,7 @@ size_t HeapObjectsMap::GetUsedMemorySize() const { |
HeapSnapshotsCollection::HeapSnapshotsCollection(Heap* heap) |
: is_tracking_objects_(false), |
+ names_(heap), |
ids_(heap) { |
} |