| 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*);
|
|
|