Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Unified Diff: src/profile-generator.h

Issue 2877019: Fix compile errors on Linux x64 and Windows. (Closed)
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/checks.h ('k') | test/cctest/test-heap-profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « src/checks.h ('k') | test/cctest/test-heap-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698