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