Chromium Code Reviews| Index: src/profile-generator.h |
| diff --git a/src/profile-generator.h b/src/profile-generator.h |
| index 205458098da5c89ee52e668bd4b7e22cf8f4830b..cd2bd0b621bcf0df234a0a7b10c91e5e3f331dc3 100644 |
| --- a/src/profile-generator.h |
| +++ b/src/profile-generator.h |
| @@ -496,7 +496,7 @@ class HeapEntry { |
| HeapEntry(HeapSnapshot* snapshot, |
| Type type, |
| const char* name, |
| - int id, |
| + uint64_t id, |
| int self_size, |
| int security_token_id) |
| : snapshot_(snapshot), |