Index: Source/core/html/MediaController.cpp |
diff --git a/Source/core/html/MediaController.cpp b/Source/core/html/MediaController.cpp |
index 1ea85f770a8d8f83d4f1fab80354dae2c1625895..a4143250994c2a7be49dbeefe96c33d8786b3ab1 100644 |
--- a/Source/core/html/MediaController.cpp |
+++ b/Source/core/html/MediaController.cpp |
@@ -83,11 +83,6 @@ void MediaController::removeMediaElement(HTMLMediaElement* element) |
m_mediaElements.remove(m_mediaElements.find(element)); |
} |
-bool MediaController::containsMediaElement(HTMLMediaElement* element) const |
-{ |
- return m_mediaElements.contains(element); |
-} |
- |
PassRefPtr<TimeRanges> MediaController::buffered() const |
{ |
if (m_mediaElements.isEmpty()) |