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

Unified Diff: src/heap-profiler.cc

Issue 194131: Argh, one more place to fix. (Closed)
Patch Set: Created 11 years, 3 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/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;
« 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