Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1099)

Unified Diff: Source/modules/mediasource/WebKitSourceBufferList.h

Issue 18778002: Inherit EventTarget interface instead of duplicating its code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{

Powered by Google App Engine
This is Rietveld 408576698