| 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 290f83aa9243729bbd834fc464cf3ffaf9300adc..c8635d85fb484d46738ac091244b1c576148015c 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -90,6 +90,7 @@ public:
|
| void didFinishDocumentLoad(WebLocalFrame*) override;
|
| bool isControlledByServiceWorker(WebDataSource&) override;
|
| int64_t serviceWorkerID(WebDataSource&) override;
|
| + InterfaceProvider* interfaceProvider() override;
|
|
|
| // WebDevToolsAgentClient overrides.
|
| void sendProtocolMessage(int sessionId, int callId, const WebString&, const WebString&) override;
|
|
|