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