| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index 5fba03fce89d5f6b78456e3a64d887848db0157e..baaa1192b6be1f4dc41fadc4c76dc12e15bc6373 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -48,8 +48,6 @@ public:
|
| bool isExecutionAllowed() override;
|
| double currentTimeMS() override;
|
| bool isInspectableHeapObject(v8::Local<v8::Object>) override;
|
| - void enableAsyncInstrumentation() override;
|
| - void disableAsyncInstrumentation() override;
|
| void installAdditionalCommandLineAPI(v8::Local<v8::Context>, v8::Local<v8::Object>) override;
|
| void consoleTime(const String16& title) override;
|
| void consoleTimeEnd(const String16& title) override;
|
| @@ -76,7 +74,6 @@ private:
|
|
|
| static void getEventListenersCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|
| - bool m_asyncInstrumentationEnabled;
|
| Vector<std::unique_ptr<Timer<ThreadDebugger>>> m_timers;
|
| Vector<V8DebuggerClient::TimerCallback> m_timerCallbacks;
|
| Vector<void*> m_timerData;
|
|
|