Index: Source/core/html/track/TextTrack.h |
diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h |
index 19d1ee36f3fed48f09fb1057e0330291bd629a53..9ee3a2b6c27f02be1703495356789a08b2ec9e37 100644 |
--- a/Source/core/html/track/TextTrack.h |
+++ b/Source/core/html/track/TextTrack.h |
@@ -85,7 +85,7 @@ public: |
static const AtomicString& showingKeyword(); |
AtomicString mode() const { return m_mode; } |
- virtual void setMode(const AtomicString&); |
+ void setMode(const AtomicString&); |
enum ReadinessState { NotLoaded = 0, Loading = 1, Loaded = 2, FailedToLoad = 3 }; |
ReadinessState readinessState() const { return m_readinessState; } |