Index: src/heap-profiler.cc |
diff --git a/src/heap-profiler.cc b/src/heap-profiler.cc |
index 8422fcf63c5f05374663778f1e3545d38d548014..46006fe6265bb31f3d6c3dabc88f80f97aff6339 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; |