From bc59334ee01100527918319a98292a2c277b6c43 Mon Sep 17 00:00:00 2001 From: "mikhail.naganov@gmail.com" Date: Wed, 16 Sep 2009 20:36:08 +0000 Subject: [PATCH] Argh, one more place to fix. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/194131 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2907 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/heap-profiler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/heap-profiler.cc b/src/heap-profiler.cc index 8422fcf..46006fe 100644 --- a/src/heap-profiler.cc +++ b/src/heap-profiler.cc @@ -198,8 +198,8 @@ inline ClustersCoarser::ClusterBackRefs::ClusterBackRefs( } -inline ClustersCoarser::ClusterBackRefs::ClusterBackRefs& -ClustersCoarser::ClusterBackRefs::operator=( +inline ClustersCoarser::ClusterBackRefs& + ClustersCoarser::ClusterBackRefs::operator=( const ClustersCoarser::ClusterBackRefs& src) { if (this == &src) return *this; cluster = src.cluster; -- 2.7.4