Chromium Code Reviews| Index: base/profiler/scoped_profile.cc |
| =================================================================== |
| --- base/profiler/scoped_profile.cc (revision 113750) |
| +++ base/profiler/scoped_profile.cc (working copy) |
| @@ -13,7 +13,7 @@ |
| ScopedProfile::ScopedProfile(const Location& location) |
| : birth_(ThreadData::TallyABirthIfActive(location)), |
| - start_of_run_(ThreadData::NowForStartOfRun()) { |
| + start_of_run_(ThreadData::NowForStartOfRun(birth_)) { |
| } |
| ScopedProfile::~ScopedProfile() { |