| 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 81853fe4a77919ee8256ffbf6fdf8b24bae260f4..20ef352b02c46b5a09edcf4b773a4e9152af4a71 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
| @@ -110,7 +110,7 @@ enum RTCIceConnectionState {
|
| // TODO(hbos): The spec has an optional |selector| argument that is not
|
| // supported yet. There is a discussion about what to do with it (clarify
|
| // spec, remove it or change it?): https://github.com/w3c/webrtc-stats/issues/116
|
| - [CallWith=ScriptState, RuntimeEnabled=RTCPeerConnectionNewGetStats] Promise<RTCStatsReport> getStats();
|
| + [CallWith=ScriptState] Promise<RTCStatsReport> getStats();
|
|
|
| // https://w3c.github.io/webrtc-pc/#peer-to-peer-data-api
|
| // TODO(guidou): The label argument should have [TreatNullAs=EmptyString]
|
|
|