| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index c23536717543a55edbcd52a853b83f52cbd19994..fda4b57bd8d8d199753401babf52d8be8c06fcbc 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -207,7 +207,6 @@ public:
|
| double lastSeekTime() const { return m_lastSeekTime; }
|
| void textTrackReadyStateChanged(TextTrack*);
|
|
|
| - void textTrackKindChanged(TextTrack*);
|
| void textTrackModeChanged(TextTrack*);
|
|
|
| // EventTarget function.
|
|
|