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

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrackList.h

Issue 1418133011: Remove the named item getters on TextTrackList and TextTrackCueList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 months 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
Index: third_party/WebKit/Source/core/html/track/TextTrackList.h
diff --git a/third_party/WebKit/Source/core/html/track/TextTrackList.h b/third_party/WebKit/Source/core/html/track/TextTrackList.h
index c7a4f083096c2060d36b1d736aa1ec941441ba73..9fc73e20e7297df63145cf192340ea93e2797b21 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrackList.h
+++ b/third_party/WebKit/Source/core/html/track/TextTrackList.h
@@ -55,7 +55,7 @@ public:
int getTrackIndexRelativeToRenderedTracks(TextTrack*);
bool contains(TextTrack*) const;
- TextTrack* item(unsigned index);
+ TextTrack* anonymousIndexedGetter(unsigned index);
TextTrack* getTrackById(const AtomicString& id);
void append(TextTrack*);
void remove(TextTrack*);

Powered by Google App Engine
This is Rietveld 408576698