| Index: Source/core/html/track/TextTrackCueList.h
|
| diff --git a/Source/core/html/track/TextTrackCueList.h b/Source/core/html/track/TextTrackCueList.h
|
| index 74f1ebabcd056c35c897b6b367943648c01759d5..3bdeea814894a0f8026983d3f0c9b6c38e5d0eec 100644
|
| --- a/Source/core/html/track/TextTrackCueList.h
|
| +++ b/Source/core/html/track/TextTrackCueList.h
|
| @@ -52,7 +52,6 @@ public:
|
|
|
| bool add(PassRefPtrWillBeRawPtr<TextTrackCue>);
|
| bool remove(TextTrackCue*);
|
| - bool contains(TextTrackCue*) const;
|
|
|
| bool updateCueIndex(TextTrackCue*);
|
|
|
|
|