| 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 877fe2def6dbcb0a10b0dcffcc88bd5b10feb6af..7f31a6f128b30827cc4830f9b0a296514bb467c3 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -102,7 +102,7 @@ public:
|
| void detach() override;
|
| void continueProgram() override;
|
| void dispatchOnInspectorBackend(int sessionId, int callId, const WebString& method, const WebString& message) override;
|
| - void inspectElementAt(const WebPoint&) override;
|
| + void inspectElementAt(int sessionId, const WebPoint&) override;
|
| void failedToRequestDevTools() override;
|
| WebString evaluateInWebInspectorOverlay(const WebString& script) override;
|
|
|
|
|