| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| index a48401eb421ac149382738e00326f3f409c0514a..9f204dcefb790b91017e13c6b037609661aa7914 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| @@ -66,7 +66,6 @@ enum RTCIceConnectionState {
|
| // TODO(guidou): There should only be one constructor argument.
|
| Constructor(optional RTCConfiguration configuration, optional Dictionary mediaConstraints),
|
| ConstructorCallWith=ExecutionContext,
|
| - NoInterfaceObject,
|
| RaisesException=Constructor,
|
| ] interface RTCPeerConnection : EventTarget {
|
| [CallWith=ScriptState] Promise<RTCSessionDescription> createOffer(optional RTCOfferOptions options);
|
|
|