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

Unified Diff: Source/WebCore/Modules/mediastream/RTCPeerConnection.h

Issue 10982093: Merge 129397 - MediaStream API: Fix the incorrectly spelled RTCPeerConnection::onnegotiationneeded … (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 3 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/WebCore/Modules/mediastream/RTCPeerConnection.h
===================================================================
--- Source/WebCore/Modules/mediastream/RTCPeerConnection.h (revision 129925)
+++ Source/WebCore/Modules/mediastream/RTCPeerConnection.h (working copy)
@@ -86,7 +86,7 @@
void close(ExceptionCode&);
- DEFINE_ATTRIBUTE_EVENT_LISTENER(negotationneeded);
+ DEFINE_ATTRIBUTE_EVENT_LISTENER(negotiationneeded);
DEFINE_ATTRIBUTE_EVENT_LISTENER(icecandidate);
DEFINE_ATTRIBUTE_EVENT_LISTENER(open);
DEFINE_ATTRIBUTE_EVENT_LISTENER(statechange);

Powered by Google App Engine
This is Rietveld 408576698