Index: third_party/WebKit/Source/modules/peerconnection/RTCIceServer.idl |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCIceServer.idl b/third_party/WebKit/Source/modules/peerconnection/RTCIceServer.idl |
index 8a4941d144ba8712eb0a3461bafb9ecd324ba84b..038af948329a55e50fbf8a901d67fe830420512b 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCIceServer.idl |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCIceServer.idl |
@@ -6,6 +6,7 @@ |
dictionary RTCIceServer { |
// TODO(foolip): |urls| should be required and |url| is not in the spec. |
+ // https://crbug.com/659133 |
(DOMString or sequence<DOMString>) urls; |
DOMString url; |
DOMString username; |