| 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 a1173e3ae03a2de4c3a67d7c94c0400c523659ff..2251b1df015d3d5d654ef678734d4096ee0618c7 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
|
| @@ -6,7 +6,7 @@
|
|
|
| [
|
| GarbageCollected,
|
| - OriginTrialEnabled=WebUSB,
|
| + RuntimeEnabled=WebUSB,
|
| ] interface USBInTransferResult {
|
| readonly attribute DataView data;
|
| readonly attribute USBTransferStatus status;
|
|
|