| Index: third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| index 16e026d564470146a0ed65be261e65d87f1633f1..8da31217c635a9d596e9f803ac586e9a3717f5fb 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| @@ -476,11 +476,6 @@ bool Bridge::waitForMethodCompletion(PassOwnPtr<ExecutionContextTask> task)
|
| return !m_workerGlobalScope->thread()->terminated();
|
| }
|
|
|
| -void Bridge::peerShouldBeDisconnected()
|
| -{
|
| - RELEASE_ASSERT(!m_peer);
|
| -}
|
| -
|
| DEFINE_TRACE(Bridge)
|
| {
|
| visitor->trace(m_client);
|
|
|