| Index: Source/core/html/MediaController.cpp
|
| diff --git a/Source/core/html/MediaController.cpp b/Source/core/html/MediaController.cpp
|
| index f6bdbf7a464864e5c82e3b32b0e91a92b79f6ee8..3f9b5b1a52c1c30b6e90c43463f4fa45c26778f0 100644
|
| --- a/Source/core/html/MediaController.cpp
|
| +++ b/Source/core/html/MediaController.cpp
|
| @@ -619,15 +619,6 @@ bool MediaController::canPlay() const
|
| return true;
|
| }
|
|
|
| -bool MediaController::hasCurrentSrc() const
|
| -{
|
| - for (size_t index = 0; index < m_mediaElements.size(); ++index) {
|
| - if (!m_mediaElements[index]->hasCurrentSrc())
|
| - return false;
|
| - }
|
| - return true;
|
| -}
|
| -
|
| const AtomicString& MediaController::interfaceName() const
|
| {
|
| return EventTargetNames::MediaController;
|
|
|