| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| index c0bded7058962b0bf77f1f28fab1c927c81d4eb5..75adf6e2a420245f11d505f8626e1edb6058e20e 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -110,7 +110,6 @@ public:
|
| void dispatchOnInspectorBackend(int sessionId, const WebString& message) override;
|
| void inspectElementAt(const WebPoint&) override;
|
| void failedToRequestDevTools() override;
|
| - void evaluateInWebInspector(long callId, const WebString& script) override;
|
| WebString evaluateInWebInspectorOverlay(const WebString& script) override;
|
|
|
| private:
|
|
|