| 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 7bdbc535bcb7a9f6a4c25af6abdaa69c6131c245..92cb16ea094d7bf01272612859db559282641b24 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -97,7 +97,6 @@ class WebSharedWorkerImpl final : public WorkerReportingProxy,
|
| void didFinishDocumentLoad(WebLocalFrame*) override;
|
| bool isControlledByServiceWorker(WebDataSource&) override;
|
| int64_t serviceWorkerID(WebDataSource&) override;
|
| - InterfaceProvider* interfaceProvider() override;
|
|
|
| // WebDevToolsAgentClient overrides.
|
| void sendProtocolMessage(int sessionId,
|
|
|