| 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 218ce6900da908ef2be78653ee58f18f55ab3a76..2ffd4aa50ddcc8cd26f21728bf8057e0c7b98d4c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -25,6 +25,7 @@ public:
|
| // V8DebuggerClient implementation.
|
| v8::Local<v8::Object> compileDebuggerScript() override;
|
| void eventListeners(v8::Isolate*, v8::Local<v8::Value>, EventListenerInfoMap&) 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;
|
|
|
| V8Debugger* debugger() const { return m_debugger.get(); }
|
|
|
|
|