| Index: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl
|
| index ed958e7864f09ea82cae778620300da87e7f47c1..4baebd36ca90cc802eabfd6f41d5fab2738c50ba 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// http://www.w3.org/TR/webrtc/#idl-def-RTCSessionDescription
|
| +// https://w3c.github.io/webrtc-pc/#rtcsessiondescription-class
|
|
|
| dictionary RTCSessionDescriptionInit {
|
| + // TODO(foolip): |type| should be required. https://crbug.com/662898
|
| RTCSdpType type;
|
| DOMString sdp;
|
| };
|
|
|