Index: third_party/WebKit/Source/core/html/track/TextTrack.cpp |
diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.cpp b/third_party/WebKit/Source/core/html/track/TextTrack.cpp |
index 9cdcaf28748dca09798bd643ca72a4c90348001d..b9eb58c5798152f01787a2c2e7a577015f501384 100644 |
--- a/third_party/WebKit/Source/core/html/track/TextTrack.cpp |
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.cpp |
@@ -95,7 +95,7 @@ const AtomicString& TextTrack::showingKeyword() |
} |
TextTrack::TextTrack(const AtomicString& kind, const AtomicString& label, const AtomicString& language, const AtomicString& id, TextTrackType type) |
- : TrackBase(TrackBase::TextTrack, label, language, id) |
+ : TrackBase(WebMediaPlayer::TextTrack, label, language, id) |
, m_cues(nullptr) |
, m_regions(nullptr) |
, m_trackList(nullptr) |