| Index: Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp
|
| ===================================================================
|
| --- Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp (revision 129925)
|
| +++ Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp (working copy)
|
| @@ -393,7 +393,7 @@
|
|
|
| void RTCPeerConnection::negotiationNeeded()
|
| {
|
| - dispatchEvent(Event::create(eventNames().negotationneededEvent, false, false));
|
| + dispatchEvent(Event::create(eventNames().negotiationneededEvent, false, false));
|
| }
|
|
|
| void RTCPeerConnection::didGenerateIceCandidate(PassRefPtr<RTCIceCandidateDescriptor> iceCandidateDescriptor)
|
|
|