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 fd2a3cd0dcfeaf94356e625f5e87315d81911b15..362517052f317e5a4f898a436ed4df8491182951 100644 |
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h |
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h |
@@ -91,6 +91,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; |