| Index: third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
|
| index a62dd874e1cb640e5fba0107318d48db5a8e6546..2b175aa2fb9a5c73b062fc42382ad11ac66432be 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
|
| @@ -652,7 +652,7 @@ ExecutionContext* DOMWebSocket::getExecutionContext() const {
|
| return SuspendableObject::getExecutionContext();
|
| }
|
|
|
| -void DOMWebSocket::contextDestroyed() {
|
| +void DOMWebSocket::contextDestroyed(ExecutionContext*) {
|
| NETWORK_DVLOG(1) << "WebSocket " << this << " contextDestroyed()";
|
| m_eventQueue->contextDestroyed();
|
| if (m_channel) {
|
|
|