Index: third_party/WebKit/Source/core/html/track/AudioTrack.cpp |
diff --git a/third_party/WebKit/Source/core/html/track/AudioTrack.cpp b/third_party/WebKit/Source/core/html/track/AudioTrack.cpp |
index 9a987dc8d002e8c343efe79c7483f89da1bbeee1..90e638ae6cc367cbc1f757b9c737013143dbf4ab 100644 |
--- a/third_party/WebKit/Source/core/html/track/AudioTrack.cpp |
+++ b/third_party/WebKit/Source/core/html/track/AudioTrack.cpp |
@@ -9,7 +9,7 @@ |
namespace blink { |
AudioTrack::AudioTrack(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool enabled) |
- : TrackBase(TrackBase::AudioTrack, label, language, id) |
+ : TrackBase(WebMediaPlayer::AudioTrack, label, language, id) |
, m_enabled(enabled) |
{ |
setKind(kind); |