| Index: Source/core/html/HTMLMediaElement.cpp
|
| diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp
|
| index 62fe3ef1b1abbb67efcb7334492013e8852c3896..c7825f6ccc74b434b060b9e6411829dabb9053d1 100644
|
| --- a/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/Source/core/html/HTMLMediaElement.cpp
|
| @@ -3627,22 +3627,6 @@ void HTMLMediaElement::setClosedCaptionsVisible(bool closedCaptionVisible)
|
| }
|
| }
|
|
|
| -void HTMLMediaElement::setWebkitClosedCaptionsVisible(bool visible)
|
| -{
|
| - setClosedCaptionsVisible(visible);
|
| -}
|
| -
|
| -bool HTMLMediaElement::webkitClosedCaptionsVisible() const
|
| -{
|
| - return closedCaptionsVisible();
|
| -}
|
| -
|
| -
|
| -bool HTMLMediaElement::webkitHasClosedCaptions() const
|
| -{
|
| - return hasClosedCaptions();
|
| -}
|
| -
|
| unsigned HTMLMediaElement::webkitAudioDecodedByteCount() const
|
| {
|
| if (!m_player)
|
|
|