Chromium Code Reviews| Index: src/heap-snapshot-generator.h |
| diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h |
| index 223b240b8f9f824c40a00789413ddff403f3a493..addf8416bea4d5e2213742b56d22a2e96aaf2c9f 100644 |
| --- a/src/heap-snapshot-generator.h |
| +++ b/src/heap-snapshot-generator.h |
| @@ -279,6 +279,7 @@ class HeapObjectsMap { |
| List<EntryInfo> entries_; |
| List<TimeInterval> time_intervals_; |
| Heap* heap_; |
| + double last_gc_time_; |
| DISALLOW_COPY_AND_ASSIGN(HeapObjectsMap); |
| }; |