Index: third_party/WebKit/Source/core/html/track/TextTrack.h |
diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.h b/third_party/WebKit/Source/core/html/track/TextTrack.h |
index 5b072a5c408a19591153911a2bc6dd7e83213c4e..37610bdae60760969454c1e4e83a5b69ead66d39 100644 |
--- a/third_party/WebKit/Source/core/html/track/TextTrack.h |
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.h |
@@ -146,7 +146,7 @@ private: |
bool m_hasBeenConfigured; |
}; |
-DEFINE_TRACK_TYPE_CASTS(TextTrack, TrackBase::TextTrack); |
+DEFINE_TRACK_TYPE_CASTS(TextTrack, WebMediaPlayer::TextTrack); |
} // namespace blink |