| Index: Source/core/html/track/TextTrackList.h
|
| diff --git a/Source/core/html/track/TextTrackList.h b/Source/core/html/track/TextTrackList.h
|
| index 1d553517d5c63e8092fd0549eb33b2727070b85a..13b4d7a013d7a816e0e1524f2938d7a7219281e4 100644
|
| --- a/Source/core/html/track/TextTrackList.h
|
| +++ b/Source/core/html/track/TextTrackList.h
|
| @@ -40,7 +40,7 @@ class HTMLMediaElement;
|
| class TextTrack;
|
| class TextTrackList;
|
|
|
| -class TextTrackList : public RefCounted<TextTrackList>, public ScriptWrappable, public EventTarget {
|
| +class TextTrackList : public EventTarget, public RefCounted<TextTrackList>, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<TextTrackList> create(HTMLMediaElement* owner, ScriptExecutionContext* context)
|
| {
|
|
|