From e3f2cc292ef39b2c25a7327f842ca7e69458e010 Mon Sep 17 00:00:00 2001 From: "loislo@chromium.org" Date: Fri, 27 Jan 2012 13:09:15 +0000 Subject: [PATCH] Another fix for Linux64 compilation. BUG=none TEST=none TBR=mnaganov Review URL: https://chromiumcodereview.appspot.com/9297015 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10533 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/profile-generator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile-generator.cc b/src/profile-generator.cc index 9edf330cc0..409c24cc61 100644 --- a/src/profile-generator.cc +++ b/src/profile-generator.cc @@ -2816,7 +2816,7 @@ class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo { public: explicit NativeGroupRetainedObjectInfo(const char* label) : disposed_(false), - hash_(reinterpret_cast(label)), + hash_(reinterpret_cast(label)), label_(label) { }