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