Index: Source/core/html/track/TextTrack.h |
diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h |
index 28a2915297a9a09b07f85fb4a46652b1fb35294d..7cf87cc3f63d811368f4e0d1911cce4645ce5e14 100644 |
--- a/Source/core/html/track/TextTrack.h |
+++ b/Source/core/html/track/TextTrack.h |
@@ -109,7 +109,6 @@ public: |
void setHasBeenConfigured(bool flag) { m_hasBeenConfigured = flag; } |
virtual bool isDefault() const { return false; } |
- virtual void setIsDefault(bool) { } |
void removeAllCues(); |