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

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

Issue 10911186: Roll WebKit IDL to multivm@858 (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/DOMWindowMediaStream.idl
diff --git a/third_party/WebCore/Modules/mediastream/DOMWindowMediaStream.idl b/third_party/WebCore/Modules/mediastream/DOMWindowMediaStream.idl
index ea946a4966be8bbbf48a3ac0a526eb5407651d4d..cf7ee1f8399af36049d56e190cd54d2308c1a4b8 100644
--- a/third_party/WebCore/Modules/mediastream/DOMWindowMediaStream.idl
+++ b/third_party/WebCore/Modules/mediastream/DOMWindowMediaStream.idl
@@ -34,7 +34,9 @@ module window {
attribute [V8EnabledAtRuntime] PeerConnection00Constructor webkitPeerConnection00;
attribute [V8EnabledAtRuntime] RTCPeerConnectionConstructor webkitRTCPeerConnection;
attribute SessionDescriptionConstructor SessionDescription;
+ attribute RTCSessionDescriptionConstructor RTCSessionDescription;
attribute IceCandidateConstructor IceCandidate;
+ attribute RTCIceCandidateConstructor RTCIceCandidate;
attribute MediaStreamEventConstructor MediaStreamEvent;
};
« no previous file with comments | « third_party/WebCore/Modules/mediasource/MediaSource.idl ('k') | third_party/WebCore/Modules/mediastream/RTCErrorCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698