| Index: Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp
|
| index 31a7932266ab4c94ddc19e33311e3250fe2d200f..ca3650858350284edd9d7e9c2b6023e6ac20101d 100644
|
| --- a/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -61,7 +61,6 @@
|
| #include "platform/exported/WrappedResourceRequest.h"
|
| #include "platform/exported/WrappedResourceResponse.h"
|
| #include "platform/network/HTTPParsers.h"
|
| -#include "platform/network/SocketStreamHandleInternal.h"
|
| #include "platform/plugins/PluginData.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebApplicationCacheHost.h"
|
| @@ -69,7 +68,6 @@
|
| #include "public/platform/WebRTCPeerConnectionHandler.h"
|
| #include "public/platform/WebServiceWorkerProvider.h"
|
| #include "public/platform/WebServiceWorkerProviderClient.h"
|
| -#include "public/platform/WebSocketStreamHandle.h"
|
| #include "public/platform/WebURL.h"
|
| #include "public/platform/WebURLError.h"
|
| #include "public/platform/WebVector.h"
|
| @@ -778,11 +776,6 @@ void FrameLoaderClientImpl::didChangeName(const String& name)
|
| m_webFrame->client()->didChangeName(m_webFrame, name);
|
| }
|
|
|
| -void FrameLoaderClientImpl::dispatchWillOpenSocketStream(SocketStreamHandle* handle)
|
| -{
|
| - m_webFrame->client()->willOpenSocketStream(SocketStreamHandleInternal::toWebSocketStreamHandle(handle));
|
| -}
|
| -
|
| void FrameLoaderClientImpl::dispatchWillOpenWebSocket(WebSocketHandle* handle)
|
| {
|
| m_webFrame->client()->willOpenWebSocket(handle);
|
|
|