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

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

Issue 2413703002: Sync RTCDataChannel and RTCPeerConnection IDL with spec (Closed)
Patch Set: rebase 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/RTCDataChannelEvent.idl
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannelEvent.idl b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannelEvent.idl
index 271406566251c6a233ec57067829e4c7c855e960..0a724076afb22d0251d5ddfb97e55928e7146044 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannelEvent.idl
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannelEvent.idl
@@ -23,6 +23,10 @@
* DAMAGE.
*/
+// https://w3c.github.io/webrtc-pc/#rtcdatachannelevent
+
+// TODO(foolip): RTCDataChannelEvent should have a constructor. See also
+// https://github.com/w3c/webrtc-pc/issues/817
[
NoInterfaceObject
] interface RTCDataChannelEvent : Event {

Powered by Google App Engine
This is Rietveld 408576698