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

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

Issue 26890003: Remove ThreadLocalEventNames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build 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/WebKitSourceBufferList.cpp
diff --git a/Source/modules/mediasource/WebKitSourceBufferList.cpp b/Source/modules/mediasource/WebKitSourceBufferList.cpp
index 2efc79295fc44bd14c80084fc2eb18247e301861..301e2cf03e7942076c10b8be9941b01ab1ff4cd2 100644
--- a/Source/modules/mediasource/WebKitSourceBufferList.cpp
+++ b/Source/modules/mediasource/WebKitSourceBufferList.cpp
@@ -94,7 +94,7 @@ void WebKitSourceBufferList::createAndFireEvent(const AtomicString& eventName)
const AtomicString& WebKitSourceBufferList::interfaceName() const
{
- return eventNames().interfaceForWebKitSourceBufferList;
+ return EventTargetNames::WebKitSourceBufferList;
}
ExecutionContext* WebKitSourceBufferList::executionContext() const
« no previous file with comments | « Source/modules/mediasource/WebKitMediaSource.cpp ('k') | Source/modules/mediastream/MediaConstraintsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698