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

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

Issue 2463953002: Expose RTCDataChannel and RTCDataChannelEvent (with constructor) (Closed)
Patch Set: Rebase update Created 4 years, 1 month 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/RTCDataChannel.idl
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.idl b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.idl
index 3d86bb0cc28b3da77b8354eb819166186f68006e..2642b17c3ba833a66d49aa3a7217afad3851b9e2 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.idl
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.idl
@@ -37,7 +37,6 @@ enum RTCDataChannelState {
[
ActiveScriptWrappable,
DependentLifetime,
- NoInterfaceObject,
] interface RTCDataChannel : EventTarget {
readonly attribute USVString label;
readonly attribute boolean ordered;

Powered by Google App Engine
This is Rietveld 408576698