| Index: Source/core/html/track/TextTrackList.h
|
| diff --git a/Source/core/html/track/TextTrackList.h b/Source/core/html/track/TextTrackList.h
|
| index dd5140aacd346fe7fdd67040012468c4f4c92316..68932ee6eeef7133c24a03e5cde83fc12b152177 100644
|
| --- a/Source/core/html/track/TextTrackList.h
|
| +++ b/Source/core/html/track/TextTrackList.h
|
| @@ -58,7 +58,7 @@ public:
|
| TextTrack* item(unsigned index);
|
| TextTrack* getTrackById(const AtomicString& id);
|
| void append(PassRefPtr<TextTrack>);
|
| - void remove(TextTrack*);
|
| + void remove(TextTrack*, bool scheduleEvent);
|
|
|
| // EventTarget
|
| virtual const AtomicString& interfaceName() const OVERRIDE;
|
|
|