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

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

Issue 26878003: Reduce repetitive EventTarget subclassing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
Index: Source/modules/mediasource/SourceBufferList.cpp
diff --git a/Source/modules/mediasource/SourceBufferList.cpp b/Source/modules/mediasource/SourceBufferList.cpp
index def75400d1f6954fa48098721e97345e7096d27a..5d813489cb63d239c1ef86c0bb93e89de7576e4b 100644
--- a/Source/modules/mediasource/SourceBufferList.cpp
+++ b/Source/modules/mediasource/SourceBufferList.cpp
@@ -90,14 +90,4 @@ ScriptExecutionContext* SourceBufferList::scriptExecutionContext() const
return m_scriptExecutionContext;
}
-EventTargetData* SourceBufferList::eventTargetData()
-{
- return &m_eventTargetData;
-}
-
-EventTargetData* SourceBufferList::ensureEventTargetData()
-{
- return &m_eventTargetData;
-}
-
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698