Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1018)

Unified Diff: Source/core/html/track/InbandTextTrack.cpp

Issue 754963009: Do not use inbandTrackIndex() when assigning track index (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/track/InbandTextTrack.h ('k') | Source/core/html/track/TextTrackList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/InbandTextTrack.cpp
diff --git a/Source/core/html/track/InbandTextTrack.cpp b/Source/core/html/track/InbandTextTrack.cpp
index 493dc593419b9cf5eb0587d1b240a9e854be8199..010e18b640e9ed0ecf42cde0ded5f9031d024c35 100644
--- a/Source/core/html/track/InbandTextTrack.cpp
+++ b/Source/core/html/track/InbandTextTrack.cpp
@@ -84,12 +84,6 @@ InbandTextTrack::~InbandTextTrack()
#endif
}
-size_t InbandTextTrack::inbandTrackIndex()
-{
- ASSERT(m_webTrack);
- return m_webTrack->textTrackIndex();
-}
-
void InbandTextTrack::setTrackList(TextTrackList* trackList)
{
TextTrack::setTrackList(trackList);
« no previous file with comments | « Source/core/html/track/InbandTextTrack.h ('k') | Source/core/html/track/TextTrackList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698