| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index 889caef54ca698b54be32d92465f509bfa632be0..9c909607a062a39d84c46f2efe62c3e76d9d5b62 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -97,7 +97,7 @@ class WebSharedWorkerImpl final : public WebFrameClient,
|
| void ReattachDevTools(const WebString& host_id,
|
| int sesion_id,
|
| const WebString& saved_state) override;
|
| - void DetachDevTools() override;
|
| + void DetachDevTools(int session_id) override;
|
| void DispatchDevToolsMessage(int session_id,
|
| int call_id,
|
| const WebString& method,
|
|
|