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

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

Issue 26878003: Reduce repetitive EventTarget subclassing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix nit Created 7 years, 2 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
« no previous file with comments | « Source/modules/mediasource/WebKitSourceBufferList.h ('k') | Source/modules/mediastream/MediaStream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/WebKitSourceBufferList.cpp
diff --git a/Source/modules/mediasource/WebKitSourceBufferList.cpp b/Source/modules/mediasource/WebKitSourceBufferList.cpp
index 73f8430073b15e6f2f53a5c6f663890080902c78..f81e54deb6cf46bf96fd4f38b900de65efe0a151 100644
--- a/Source/modules/mediasource/WebKitSourceBufferList.cpp
+++ b/Source/modules/mediasource/WebKitSourceBufferList.cpp
@@ -102,14 +102,4 @@ ScriptExecutionContext* WebKitSourceBufferList::scriptExecutionContext() const
return m_scriptExecutionContext;
}
-EventTargetData* WebKitSourceBufferList::eventTargetData()
-{
- return &m_eventTargetData;
-}
-
-EventTargetData* WebKitSourceBufferList::ensureEventTargetData()
-{
- return &m_eventTargetData;
-}
-
} // namespace WebCore
« no previous file with comments | « Source/modules/mediasource/WebKitSourceBufferList.h ('k') | Source/modules/mediastream/MediaStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698