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

Unified Diff: third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl

Issue 10983049: Roll IDL to multivm@910 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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: 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;

Powered by Google App Engine
This is Rietveld 408576698