| 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 f51f09a1b0ba8634c795256eb9cf06cbed74e570..125dd4cda2db747a5dab44eeb7a50fca5546850a 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);
|
|
|