Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1268)

Unified Diff: Source/modules/websockets/WebSocketChannel.h

Issue 14071008: WebSocket object should fire error event when WebSocket server can't be connected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698