Reviewers: Søren Gjesse,

Description:
Argh, one more place to fix.

[email protected]

Please review this at http://codereview.chromium.org/194131

Affected files:
   M src/heap-profiler.cc


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;



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to