Chromium Code Reviews| Index: src/cpu-profiler.h |
| diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h |
| index 2f8479fccaa1cb1f53fe90bbefccd873a196600d..455c89332870caa7a2a87107d77890309e951057 100644 |
| --- a/src/cpu-profiler.h |
| +++ b/src/cpu-profiler.h |
| @@ -248,6 +248,9 @@ class CpuProfiler { |
| void SharedFunctionInfoMoveEvent(Address from, Address to); |
| INLINE(bool is_profiling() const) { return is_profiling_; } |
| + bool* is_profiling_address() { |
| + return &is_profiling_; |
| + } |
| private: |
| void StartProcessorIfNotStarted(); |