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 { |