| Index: third_party/WebKit/public/web/WebDevToolsAgent.h
|
| diff --git a/third_party/WebKit/public/web/WebDevToolsAgent.h b/third_party/WebKit/public/web/WebDevToolsAgent.h
|
| index 87e512ae6509d1b689ee92eccb8cf908619c2f4b..e761bc6913d59927766a3c7d73709f80d7ddde66 100644
|
| --- a/third_party/WebKit/public/web/WebDevToolsAgent.h
|
| +++ b/third_party/WebKit/public/web/WebDevToolsAgent.h
|
| @@ -47,7 +47,7 @@ class WebDevToolsAgent {
|
| virtual void Reattach(const WebString& host_id,
|
| int session_id,
|
| const WebString& saved_state) = 0;
|
| - virtual void Detach() = 0;
|
| + virtual void Detach(int session_id) = 0;
|
|
|
| virtual void ContinueProgram() = 0;
|
|
|
|
|