Chromium Code Reviews| Index: runtime/vm/scope_timer.h |
| diff --git a/runtime/vm/scope_timer.h b/runtime/vm/scope_timer.h |
| index b90270b52a122067e46741e83d69d2363afc4bce..85119701a8e26a0e4c4b4fdadb56ac3cc2014dc2 100644 |
| --- a/runtime/vm/scope_timer.h |
| +++ b/runtime/vm/scope_timer.h |
| @@ -12,7 +12,8 @@ class ScopeTimer : public ValueObject { |
| public: |
| explicit ScopeTimer(const char* name, bool enabled = true) |
| : enabled_(enabled), |
| - name_(name) { |
| + name_(name), |
| + start_(0) { |
| if (!enabled_) { |
| return; |
| } |