| Index: Source/modules/mediasource/WebKitSourceBufferList.h
|
| diff --git a/Source/modules/mediasource/WebKitSourceBufferList.h b/Source/modules/mediasource/WebKitSourceBufferList.h
|
| index 86ca9700777ee79cb07016222c31a4f9c6158de0..94072056c6885dcec29c82a46e8052d06e950305 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 EventTargetWithInlineData {
|
| +class WebKitSourceBufferList FINAL : public RefCounted<WebKitSourceBufferList>, public ScriptWrappable, public EventTargetWithInlineData {
|
| REFCOUNTED_EVENT_TARGET(WebKitSourceBufferList);
|
| public:
|
| static PassRefPtr<WebKitSourceBufferList> create(ExecutionContext* context, GenericEventQueue* asyncEventQueue)
|
|
|