| Index: Source/core/html/track/TextTrack.h
|
| diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h
|
| index 9ee3a2b6c27f02be1703495356789a08b2ec9e37..469db02a01794d68f7a35e58d3c5f7fac44c4c9b 100644
|
| --- a/Source/core/html/track/TextTrack.h
|
| +++ b/Source/core/html/track/TextTrack.h
|
| @@ -99,7 +99,6 @@ public:
|
|
|
| void addCue(PassRefPtr<TextTrackCue>);
|
| void removeCue(TextTrackCue*, ExceptionState&);
|
| - bool hasCue(TextTrackCue*);
|
|
|
| VTTRegionList* regions();
|
| void addRegion(PassRefPtr<VTTRegion>);
|
|
|