| 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 4c793b3783abc947a45f339539b8ba4a24fed0f9..8a61a273b1da8016c1cedc02e583c76469bc3d89 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| @@ -113,7 +113,7 @@ enum RTCIceConnectionState {
|
| [CallWith=ScriptState] Promise<RTCStatsReport> getStats();
|
|
|
| // https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-getreceivers
|
| - [RuntimeEnabled=RTCRtpReceiver] sequence<RTCRtpReceiver> getReceivers();
|
| + sequence<RTCRtpReceiver> getReceivers();
|
|
|
| // https://w3c.github.io/webrtc-pc/#peer-to-peer-data-api
|
| // TODO(guidou): The label argument should have [TreatNullAs=EmptyString]
|
|
|