summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/Modules/mediastream/RTCPeerConnection.idl')
-rw-r--r--Source/WebCore/Modules/mediastream/RTCPeerConnection.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl b/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl
index 8312ecea2..967ad4023 100644
--- a/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl
+++ b/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl
@@ -75,6 +75,7 @@ module mediastream {
void close()
raises(DOMException);
+ attribute EventListener onnegotationneeded;
attribute EventListener onicecandidate;
attribute EventListener onopen;
attribute EventListener onstatechange;