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

Unified Diff: third_party/WebKit/Source/platform/exported/WebMediaPlayerSource.cpp

Issue 1886333002: Do not use a persistent reference to store srcObject in HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Source/platform/exported/WebMediaPlayerSource.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebMediaPlayerSource.cpp b/third_party/WebKit/Source/platform/exported/WebMediaPlayerSource.cpp
index 7ebfd243708c79ee2848cf48d8d45caaa5aa6c05..64eaa8f1acd057bae5fff357c8d095b9e8de550a 100644
--- a/third_party/WebKit/Source/platform/exported/WebMediaPlayerSource.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebMediaPlayerSource.cpp
@@ -35,11 +35,6 @@ WebURL WebMediaPlayerSource::getAsURL() const
return m_url;
}
-bool WebMediaPlayerSource::isMediaProviderObject() const
-{
- return isMediaStream();
-}
-
bool WebMediaPlayerSource::isMediaStream() const
{
return !m_mediaStream.isNull();

Powered by Google App Engine
This is Rietveld 408576698