summaryrefslogtreecommitdiff
path: root/chromium/v8/src/cpu-profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/cpu-profiler.h')
-rw-r--r--chromium/v8/src/cpu-profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/cpu-profiler.h b/chromium/v8/src/cpu-profiler.h
index 1dd405e5d76..cbe3e3cf81d 100644
--- a/chromium/v8/src/cpu-profiler.h
+++ b/chromium/v8/src/cpu-profiler.h
@@ -241,7 +241,6 @@ class CpuProfiler : public CodeEventListener {
ProfileGenerator* generator() const { return generator_; }
ProfilerEventsProcessor* processor() const { return processor_; }
- Isolate* isolate() const { return isolate_; }
private:
void StartProcessorIfNotStarted();
@@ -259,6 +258,7 @@ class CpuProfiler : public CodeEventListener {
bool need_to_stop_sampler_;
bool is_profiling_;
+ private:
DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
};