| Index: Source/web/InbandTextTrackPrivateImpl.cpp
|
| diff --git a/Source/web/InbandTextTrackPrivateImpl.cpp b/Source/web/InbandTextTrackPrivateImpl.cpp
|
| index 62e045f43fdd5aafc30484fdc660fb89c06898cf..6d2594bd2baeda2a4076e5dd379f8cc831df3ddf 100644
|
| --- a/Source/web/InbandTextTrackPrivateImpl.cpp
|
| +++ b/Source/web/InbandTextTrackPrivateImpl.cpp
|
| @@ -64,11 +64,6 @@ WebCore::InbandTextTrackPrivate::Kind InbandTextTrackPrivateImpl::kind() const
|
| return static_cast<WebCore::InbandTextTrackPrivate::Kind>(m_track->kind());
|
| }
|
|
|
| -bool InbandTextTrackPrivateImpl::isClosedCaptions() const
|
| -{
|
| - return m_track->isClosedCaptions();
|
| -}
|
| -
|
| AtomicString InbandTextTrackPrivateImpl::label() const
|
| {
|
| return m_track->label();
|
|
|