| Index: src/cpu-profiler.h
|
| diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h
|
| index cbe3e3cf81dd16030a672f75b613fa481ef4187e..1dd405e5d76a8bd97a083560b4a1283641b7fbc2 100644
|
| --- a/src/cpu-profiler.h
|
| +++ b/src/cpu-profiler.h
|
| @@ -241,6 +241,7 @@ class CpuProfiler : public CodeEventListener {
|
|
|
| ProfileGenerator* generator() const { return generator_; }
|
| ProfilerEventsProcessor* processor() const { return processor_; }
|
| + Isolate* isolate() const { return isolate_; }
|
|
|
| private:
|
| void StartProcessorIfNotStarted();
|
| @@ -258,7 +259,6 @@ class CpuProfiler : public CodeEventListener {
|
| bool need_to_stop_sampler_;
|
| bool is_profiling_;
|
|
|
| - private:
|
| DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
|
| };
|
|
|
|
|