| 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 2e48d3ee8ebb1883df9c06a7b7a5a0cc86617bbb..dab6bcfe508a681e57c7d4a53bacf5f71304101b 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| @@ -120,7 +120,7 @@ enum RTCIceConnectionState {
|
| [RaisesException, CallWith=ScriptState] static Promise<RTCCertificate> generateCertificate(AlgorithmIdentifier keygenAlgorithm);
|
|
|
| // Non-standard or removed from the spec:
|
| - [Measure, CallWith=ExecutionContext, RaisesException] void updateIce(optional RTCConfiguration configuration, optional Dictionary mediaConstraints);
|
| + [Measure, CallWith=ExecutionContext, ImplementedAs=setConfiguration, RaisesException] void updateIce(optional RTCConfiguration configuration, optional Dictionary mediaConstraints);
|
| [Measure] sequence<MediaStream> getLocalStreams();
|
| [Measure] sequence<MediaStream> getRemoteStreams();
|
| [Measure] MediaStream getStreamById(DOMString streamId);
|
|
|