Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl

Issue 2660163002: Unflag promise-based RTCPeerConnection.getStats. (Closed)
Patch Set: mac's global-interface-listing-expected.txt Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>;
};

Powered by Google App Engine
This is Rietveld 408576698