Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
index cae4f4be9cae862de0c28459ce3677277183c5c2..e03f1ddba8b3d06d3639ad39141a71b26af5f515 100644 |
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
@@ -200,6 +200,11 @@ int64_t WebSharedWorkerImpl::serviceWorkerID(WebDataSource& dataSource) |
return m_networkProvider->serviceWorkerID(dataSource); |
} |
+InterfaceProvider* WebSharedWorkerImpl::interfaceProvider() |
+{ |
+ return Platform::current()->interfaceProvider(); |
+} |
+ |
void WebSharedWorkerImpl::sendProtocolMessage(int sessionId, int callId, const WebString& message, const WebString& state) |
{ |
m_client->sendDevToolsMessage(sessionId, callId, message, state); |