| 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 125dd4cda2db747a5dab44eeb7a50fca5546850a..f51f09a1b0ba8634c795256eb9cf06cbed74e570 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -199,11 +199,6 @@ 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);
|
|
|