| 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 9dfee08d76f690534e3af15f048e90412062936f..f7b53f92ea7d443445d23d0163200dca6c5640d5 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| @@ -357,7 +357,7 @@ void Peer::didError() {
|
| createCrossThreadTask(&workerGlobalScopeDidError, m_bridge));
|
| }
|
|
|
| -void Peer::contextDestroyed() {
|
| +void Peer::contextDestroyed(WorkerThreadLifecycleContext*) {
|
| DCHECK(isMainThread());
|
| if (m_mainWebSocketChannel) {
|
| m_mainWebSocketChannel->disconnect();
|
|
|