| 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 81889b65e6f854afee264c30e92bd688c6a6de61..ed46305b2c5dbc6c97a720dcff5544689ca5c88d 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -199,6 +199,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);
|
|
|