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

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

Issue 13776002: MediaStream should fire ended event when all tracks are ended (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: The patch is migrated from WebKit #bug 87336 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;
bool m_receivedClosingHandshake;
Timer<WebSocketChannel> m_closingTimer;
bool m_closed;
« no previous file with comments | « Source/WebCore/platform/network/chromium/SocketStreamHandle.cpp ('k') | Source/modules/websockets/WebSocketChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698