| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index d3094784e3570e14964e54449d6bf4b6282639bc..14777e91f217b12efa86217a318f825d93e2f292 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -186,7 +186,7 @@ public:
|
|
|
| void addTextTrack(TextTrack*);
|
| void removeTextTrack(TextTrack*);
|
| - void closeCaptionTracksChanged();
|
| + void textTracksChanged();
|
| void notifyMediaPlayerOfTextTrackChanges();
|
|
|
| // Implements the "forget the media element's media-resource-specific tracks" algorithm in the HTML5 spec.
|
|
|