| 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;
|
| };
|
|
|
|
|