| Index: third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl
|
| diff --git a/third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl b/third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl
|
| index 8312ecea296c66695faccef8e5d6968e0895bcd6..bc4390f546e2eb63a165db4ae17455e715825d74 100644
|
| --- a/third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl
|
| +++ b/third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl
|
| @@ -75,6 +75,7 @@ module mediastream {
|
| void close()
|
| raises(DOMException);
|
|
|
| + attribute EventListener onnegotiationneeded;
|
| attribute EventListener onicecandidate;
|
| attribute EventListener onopen;
|
| attribute EventListener onstatechange;
|
|
|