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

Unified Diff: Source/modules/mediastream/MediaStreamTrack.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/mediastream/MediaStreamTrack.cpp
diff --git a/Source/modules/mediastream/MediaStreamTrack.cpp b/Source/modules/mediastream/MediaStreamTrack.cpp
index 52811590b69d115edd1750f812ce10f7f3aea872..508532012420617e41244793cd611dfa7311d9c1 100644
--- a/Source/modules/mediastream/MediaStreamTrack.cpp
+++ b/Source/modules/mediastream/MediaStreamTrack.cpp
@@ -182,7 +182,7 @@ void MediaStreamTrack::stop()
const AtomicString& MediaStreamTrack::interfaceName() const
{
- return eventNames().interfaceForMediaStreamTrack;
+ return EventTargetNames::MediaStreamTrack;
}
ExecutionContext* MediaStreamTrack::executionContext() const
« no previous file with comments | « Source/modules/mediastream/MediaStreamEvent.cpp ('k') | Source/modules/mediastream/MediaStreamTrackEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698