| Index: Source/core/html/track/TextTrackList.h
|
| diff --git a/Source/core/html/track/TextTrackList.h b/Source/core/html/track/TextTrackList.h
|
| index 6d3b3b5cb1bd4346ba8e05e39864b49de8afbce6..bc70584e39e576c5a437b89ffbea9c9206d14bcd 100644
|
| --- a/Source/core/html/track/TextTrackList.h
|
| +++ b/Source/core/html/track/TextTrackList.h
|
| @@ -67,7 +67,7 @@ public:
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(change);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(removetrack);
|
|
|
| - void clearOwnerAndClients();
|
| + void clearOwner();
|
| HTMLMediaElement* owner() const;
|
|
|
| void scheduleChangeEvent();
|
|
|