| Index: Source/modules/mediasource/SourceBufferList.h
|
| diff --git a/Source/modules/mediasource/SourceBufferList.h b/Source/modules/mediasource/SourceBufferList.h
|
| index cbe649c1c2afc464873a495d95dad37489b11d59..e56e9e93e4facbd6aa687770429780c5e6b43637 100644
|
| --- a/Source/modules/mediasource/SourceBufferList.h
|
| +++ b/Source/modules/mediasource/SourceBufferList.h
|
| @@ -41,7 +41,7 @@ namespace WebCore {
|
| class SourceBuffer;
|
| class GenericEventQueue;
|
|
|
| -class SourceBufferList : public RefCounted<SourceBufferList>, public ScriptWrappable, public EventTarget {
|
| +class SourceBufferList : public EventTarget, public RefCounted<SourceBufferList>, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<SourceBufferList> create(ScriptExecutionContext* context, GenericEventQueue* asyncEventQueue)
|
| {
|
|
|