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

Unified Diff: src/profile-generator.cc

Issue 9225021: Build fix for Linux64 after r10529. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profile-generator.cc
diff --git a/src/profile-generator.cc b/src/profile-generator.cc
index 194a40395a251faa92e0aaf138e2ff1c2983052f..cbea5e754b4e7c1b11c8fbf2b0e90dab4fd92067 100644
--- a/src/profile-generator.cc
+++ b/src/profile-generator.cc
@@ -2833,7 +2833,7 @@ class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo {
private:
bool disposed_;
- int hash_;
+ intptr_t hash_;
const char* label_;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698