| Index: third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl b/third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl
|
| index 9a6d169e038d3eea59c2769f33b2632cebd3c7eb..3b9f98a730f9c9223d43bfd5e2f3d861c1feecda 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl
|
| @@ -3,8 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| // https://w3c.github.io/webrtc-pc/#rtcstatsreport-object
|
| -[
|
| - RuntimeEnabled=RTCPeerConnectionNewGetStats,
|
| -] interface RTCStatsReport {
|
| +interface RTCStatsReport {
|
| readonly maplike<DOMString, object>;
|
| };
|
|
|