| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 2d98cff11ce818df321bacaef351167e8ceaa647..ffeb5c5cb3e4ac2b7c6b21577558055f16bba9de 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -297,6 +297,11 @@ void WebEmbeddedWorkerImpl::didFinishDocumentLoad(WebLocalFrame* frame)
|
| // invoked and |this| might have been deleted at this point.
|
| }
|
|
|
| +void WebEmbeddedWorkerImpl::checkIfAudioSinkExistsAndIsAuthorized(const WebString& sinkId, const WebSecurityOrigin&, WebSetSinkIdCallbacks*)
|
| +{
|
| + NOTREACHED();
|
| +}
|
| +
|
| void WebEmbeddedWorkerImpl::sendProtocolMessage(int sessionId, int callId, const WebString& message, const WebString& state)
|
| {
|
| m_workerContextClient->sendDevToolsMessage(sessionId, callId, message, state);
|
|
|