Chromium Code Reviews| Index: src/profile-generator.h |
| =================================================================== |
| --- src/profile-generator.h (revision 10367) |
| +++ src/profile-generator.h (working copy) |
| @@ -834,7 +834,7 @@ |
| int total_children_count() { return total_children_count_; } |
| int total_retainers_count() { return total_retainers_count_; } |
| - static HeapEntry *const kHeapEntryPlaceholder; |
| + static HeapEntry* const kHeapEntryPlaceholder; |
| private: |
| struct EntryInfo { |