Revision: 2907 Author: [email protected] Date: Wed Sep 16 13:36:08 2009 Log: Argh, one more place to fix.
[email protected] Review URL: http://codereview.chromium.org/194131 http://code.google.com/p/v8/source/detail?r=2907 Modified: /branches/bleeding_edge/src/heap-profiler.cc ======================================= --- /branches/bleeding_edge/src/heap-profiler.cc Wed Sep 16 13:15:03 2009 +++ /branches/bleeding_edge/src/heap-profiler.cc Wed Sep 16 13:36:08 2009 @@ -198,8 +198,8 @@ } -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 -~----------~----~----~----~------~----~------~--~---
