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