| 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 a42daf4c4d54b975453601391dfae41db225702e..59115bc1077195f535c43468b158fa0967b1598a 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -91,7 +91,7 @@ class WebDevToolsAgentImpl final
|
| void Reattach(const WebString& host_id,
|
| int session_id,
|
| const WebString& saved_state) override;
|
| - void Detach() override;
|
| + void Detach(int session_id) override;
|
| void ContinueProgram() override;
|
| void DispatchOnInspectorBackend(int session_id,
|
| int call_id,
|
|
|