| 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 543bbb5d3b9e0ea76e57bac1da0ae4cc6332f458..27cd5e741c70eea6a3795c8f560e4116c169d93a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -26,14 +26,10 @@ public:
|
| void muteWarningsAndDeprecations() override { };
|
| void unmuteWarningsAndDeprecations() override { };
|
| void eventListeners(v8::Local<v8::Value>, V8EventListenerInfoMap&) override;
|
| - v8::MaybeLocal<v8::Object> instantiateObject(v8::Local<v8::Function>) override;
|
| - v8::MaybeLocal<v8::Value> runCompiledScript(v8::Local<v8::Context>, v8::Local<v8::Script>) override;
|
| - v8::MaybeLocal<v8::Value> compileAndRunInternalScript(v8::Local<v8::String>) override;
|
| - v8::MaybeLocal<v8::Value> callFunction(v8::Local<v8::Function>, v8::Local<v8::Context>, v8::Local<v8::Value> receiver, int argc, v8::Local<v8::Value> info[]) override;
|
| - v8::MaybeLocal<v8::Value> callInternalFunction(v8::Local<v8::Function>, v8::Local<v8::Value> receiver, int argc, v8::Local<v8::Value> info[]) override;
|
| String valueSubtype(v8::Local<v8::Value>) override;
|
| bool formatAccessorsAsProperties(v8::Local<v8::Value>) override;
|
| bool hasRecursionLevel() override;
|
| + bool isExecutionAllowed() override;
|
| double currentTimeMS() override;
|
|
|
| V8Debugger* debugger() const { return m_debugger.get(); }
|
|
|