Chromium Code Reviews| Index: src/cpu-profiler.h |
| diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h |
| index 84e34e422e78e2e277ae9766e48efa01a9d5c089..d959f6a2de05a9c59c059f2c90644596ae9aa0c6 100644 |
| --- a/src/cpu-profiler.h |
| +++ b/src/cpu-profiler.h |
| @@ -265,7 +265,7 @@ class CpuProfiler : public CodeEventListener { |
| unsigned next_profile_uid_; |
| ProfileGenerator* generator_; |
| ProfilerEventsProcessor* processor_; |
| - int saved_logging_nesting_; |
| + bool saved_is_logging_; |
| bool need_to_stop_sampler_; |
| bool is_profiling_; |