| Index: third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl b/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
|
| index cd6cf7279ccb3c7d75cf3fa7a06e4a623707233f..0427f1e5ecf75a094020fc85db51b8fc8702e5d1 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
|
| @@ -5,7 +5,7 @@
|
| // http://wicg.github.io/webusb/#idl-def-usbintransferresult
|
|
|
| [
|
| - OriginTrialEnabled=WebUSB,
|
| + RuntimeEnabled=WebUSB,
|
| ] interface USBInTransferResult {
|
| readonly attribute DataView data;
|
| readonly attribute USBTransferStatus status;
|
|
|