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

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

Issue 2808783002: Unflag RTCRtpReceiver. (Closed)
Patch Set: global-interface-listing-expected.txt on mac too Created 3 years, 8 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/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]

Powered by Google App Engine
This is Rietveld 408576698