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

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrackCueList.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/TextTrackCueList.h
diff --git a/third_party/WebKit/Source/core/html/track/TextTrackCueList.h b/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
index 7f71540a2d8f2bb55e2ded7c62f74e2910b8a21c..505116e73bf2c4a190c43d90b8a5988690170a57 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
+++ b/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
@@ -44,7 +44,7 @@ public:
unsigned long length() const;
- TextTrackCue* item(unsigned index) const;
+ TextTrackCue* anonymousIndexedGetter(unsigned index) const;
TextTrackCue* getCueById(const AtomicString&) const;
bool add(TextTrackCue*);

Powered by Google App Engine
This is Rietveld 408576698