Chromium Code Reviews| Index: src/platform-linux.cc |
| diff --git a/src/platform-linux.cc b/src/platform-linux.cc |
| index 89003ba83f912fa178d5dfc949188051d3ec01c6..cb8e919ea7a6e2e18bed8204675ba7ad0104e222 100644 |
| --- a/src/platform-linux.cc |
| +++ b/src/platform-linux.cc |
| @@ -865,7 +865,8 @@ Sampler::Sampler(int interval, bool profiling) |
| : interval_(interval), |
| profiling_(profiling), |
| synchronous_(profiling), |
| - active_(false) { |
| + active_(false), |
| + samples_taken_(0) { |
| data_ = new PlatformData(this); |
| } |