| Index: third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl b/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
|
| index fbd6d52b18c384c0a962aa7d11a798ca22fd4be7..52693331c6b5797082377462e7620e131a86144e 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
|
| @@ -41,7 +41,6 @@ dictionary RTCConfiguration {
|
| // TODO(foolip): |rtcpMuxPolicy| default should be "require".
|
| RTCRtcpMuxPolicy rtcpMuxPolicy;
|
| // TODO(foolip): DOMString peerIdentity;
|
| - // TODO(foolip): |certificates| should not be nullable.
|
| - sequence<RTCCertificate>? certificates;
|
| + sequence<RTCCertificate> certificates;
|
| // TODO(foolip): unsigned short iceCandidatePoolSize = 0;
|
| };
|
|
|