| Index: third_party/WebKit/Source/modules/webusb/USBConnectionEventInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBConnectionEventInit.idl b/third_party/WebKit/Source/modules/webusb/USBConnectionEventInit.idl
|
| index 797cf732cf16690c06387d4751b20ece87702fa7..78433c40da88eb4a3c1cbbcb0c8477f31ddc9289 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBConnectionEventInit.idl
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBConnectionEventInit.idl
|
| @@ -5,5 +5,8 @@
|
| // http://wicg.github.io/webusb/#events
|
|
|
| dictionary USBConnectionEventInit : EventInit {
|
| - USBDevice device;
|
| + // TODO(foolip): |device| should be required and not nullable.
|
| + // https://crbug.com/647693
|
| + // https://github.com/WICG/webusb/issues/63
|
| + USBDevice? device;
|
| };
|
|
|