Chromium Code Reviews| Index: Source/modules/websockets/WebSocket.cpp |
| diff --git a/Source/modules/websockets/WebSocket.cpp b/Source/modules/websockets/WebSocket.cpp |
| index 1452cae0b26a0db80fa64eb0c1105f44b6a38bc5..ed8219f308869e3b724ce1382ee739e5d6082ac5 100644 |
| --- a/Source/modules/websockets/WebSocket.cpp |
| +++ b/Source/modules/websockets/WebSocket.cpp |
| @@ -95,6 +95,7 @@ bool WebSocket::EventQueue::isEmpty() const |
| void WebSocket::EventQueue::suspend() |
| { |
| + m_resumeTimer.stop(); |
| if (m_state != Active) |
| return; |