Index: Source/core/html/track/TextTrackList.h |
diff --git a/Source/core/html/track/TextTrackList.h b/Source/core/html/track/TextTrackList.h |
index dd5140aacd346fe7fdd67040012468c4f4c92316..debc5528f1dc37937d228782d807de87d491c3d1 100644 |
--- a/Source/core/html/track/TextTrackList.h |
+++ b/Source/core/html/track/TextTrackList.h |
@@ -72,6 +72,7 @@ public: |
Node* owner() const; |
void scheduleChangeEvent(); |
+ void removeAllInbandTracks(); |
private: |
explicit TextTrackList(HTMLMediaElement*); |