Chromium Code Reviews| Index: Source/modules/websockets/WebSocketChannel.h |
| diff --git a/Source/modules/websockets/WebSocketChannel.h b/Source/modules/websockets/WebSocketChannel.h |
| index e2a82680508b77fd5d9b880c2d48aa46e64db87e..d9f846829af97d7dc18b6dacdce95b6dd328710b 100644 |
| --- a/Source/modules/websockets/WebSocketChannel.h |
| +++ b/Source/modules/websockets/WebSocketChannel.h |
| @@ -192,6 +192,7 @@ private: |
| Timer<WebSocketChannel> m_resumeTimer; |
| bool m_suspended; |
| bool m_closing; |
| + bool m_failed; |
|
tyoshino (SeeGerritForStatus)
2013/04/17 13:50:10
how about naming this m_didFailOfClientAlreadyRun?
|
| bool m_receivedClosingHandshake; |
| Timer<WebSocketChannel> m_closingTimer; |
| bool m_closed; |