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

Unified Diff: Source/modules/mediastream/RTCIceCandidateEvent.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/RTCIceCandidateEvent.cpp
diff --git a/Source/modules/mediastream/RTCIceCandidateEvent.cpp b/Source/modules/mediastream/RTCIceCandidateEvent.cpp
index 1408654854d175552e8daf79c87127e62528407a..5ea215cef40d5f64a65774aeff3ec2298c589fba 100644
--- a/Source/modules/mediastream/RTCIceCandidateEvent.cpp
+++ b/Source/modules/mediastream/RTCIceCandidateEvent.cpp
@@ -64,7 +64,7 @@ RTCIceCandidate* RTCIceCandidateEvent::candidate() const
const AtomicString& RTCIceCandidateEvent::interfaceName() const
{
- return eventNames().interfaceForRTCIceCandidateEvent;
+ return EventNames::RTCIceCandidateEvent;
}
} // namespace WebCore
« no previous file with comments | « Source/modules/mediastream/RTCDataChannelEvent.cpp ('k') | Source/modules/mediastream/RTCPeerConnection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698