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

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

Issue 2450803002: Expose unprefixed RTCPeerConnection (Closed)
Patch Set: Update webrtc_track_peerconnections.js Created 4 years, 2 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 a48401eb421ac149382738e00326f3f409c0514a..9f204dcefb790b91017e13c6b037609661aa7914 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
@@ -66,7 +66,6 @@ enum RTCIceConnectionState {
// TODO(guidou): There should only be one constructor argument.
Constructor(optional RTCConfiguration configuration, optional Dictionary mediaConstraints),
ConstructorCallWith=ExecutionContext,
- NoInterfaceObject,
RaisesException=Constructor,
] interface RTCPeerConnection : EventTarget {
[CallWith=ScriptState] Promise<RTCSessionDescription> createOffer(optional RTCOfferOptions options);

Powered by Google App Engine
This is Rietveld 408576698