| Index: third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| index bab7a9651266074fbb6bbb209ed07ed494ab97fd..684d0769189f78cc87681f83bcded743e9ed103b 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| @@ -388,11 +388,6 @@ Document* DocumentWebSocketChannel::document()
|
| return toDocument(context);
|
| }
|
|
|
| -void DocumentWebSocketChannel::handleShouldBeDisconnected()
|
| -{
|
| - RELEASE_ASSERT(!m_handle);
|
| -}
|
| -
|
| void DocumentWebSocketChannel::didConnect(WebSocketHandle* handle, const WebString& selectedProtocol, const WebString& extensions)
|
| {
|
| WTF_LOG(Network, "DocumentWebSocketChannel %p didConnect(%p, %s, %s)", this, handle, selectedProtocol.utf8().c_str(), extensions.utf8().c_str());
|
|
|