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

Unified Diff: Source/modules/websockets/MainThreadWebSocketChannel.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: Add new layouttests into TestExceptions because it depends on chromium side patch 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/MainThreadWebSocketChannel.h
diff --git a/Source/modules/websockets/MainThreadWebSocketChannel.h b/Source/modules/websockets/MainThreadWebSocketChannel.h
index 5290cbb33227e10a9498e29cd74c59b32c9f1eb2..70d8f9cad7413e879b5b96a2837fa05783dfa648 100644
--- a/Source/modules/websockets/MainThreadWebSocketChannel.h
+++ b/Source/modules/websockets/MainThreadWebSocketChannel.h
@@ -174,6 +174,7 @@ private:
Timer<MainThreadWebSocketChannel> m_resumeTimer;
bool m_suspended;
bool m_closing;
+ bool m_didFailOfClientAlreadyRun;
bool m_receivedClosingHandshake;
Timer<MainThreadWebSocketChannel> m_closingTimer;
bool m_closed;
« no previous file with comments | « Source/core/platform/network/chromium/SocketStreamHandle.cpp ('k') | Source/modules/websockets/MainThreadWebSocketChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698