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

Unified Diff: Source/WebCore/platform/network/SocketStreamErrorBase.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/WebCore/platform/network/SocketStreamErrorBase.h
diff --git a/Source/WebCore/platform/network/SocketStreamErrorBase.h b/Source/WebCore/platform/network/SocketStreamErrorBase.h
index 132063f2b2a73f95eaf457e76f89fbfd6bf328a7..232625bfc0a6340703e45feb10b7bd0f86e0ee53 100644
--- a/Source/WebCore/platform/network/SocketStreamErrorBase.h
+++ b/Source/WebCore/platform/network/SocketStreamErrorBase.h
@@ -40,8 +40,6 @@ namespace WebCore {
class SocketStreamErrorBase {
public:
- // Makes a deep copy. Useful for when you need to use a SocketStreamError on another thread.
- SocketStreamError copy() const;
bool isNull() const { return m_isNull; }

Powered by Google App Engine
This is Rietveld 408576698