| Index: Source/core/html/track/TextTrackList.h
|
| diff --git a/Source/core/html/track/TextTrackList.h b/Source/core/html/track/TextTrackList.h
|
| index 0d4c8838c5ee2af2ee01e4bb55f001c51995237b..dd5140aacd346fe7fdd67040012468c4f4c92316 100644
|
| --- a/Source/core/html/track/TextTrackList.h
|
| +++ b/Source/core/html/track/TextTrackList.h
|
| @@ -68,7 +68,7 @@ public:
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(change);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(removetrack);
|
|
|
| - void clearOwner() { m_owner = 0; }
|
| + void clearOwnerAndClients();
|
| Node* owner() const;
|
|
|
| void scheduleChangeEvent();
|
|
|