| Index: third_party/WebKit/Source/modules/webusb/USBAlternateInterface.idl
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.idl b/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.idl
|
| index 40a046acbc9a0ac0b92feba5ce5db2ba038cd82c..c04ffe452c7fd6714c442abc331422d8847a3dee 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.idl
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.idl
|
| @@ -7,7 +7,7 @@
|
| [
|
| Constructor(USBInterface deviceInterface, octet alternateSetting),
|
| RaisesException=Constructor,
|
| - OriginTrialEnabled=WebUSB,
|
| + RuntimeEnabled=WebUSB,
|
| ] interface USBAlternateInterface {
|
| readonly attribute octet alternateSetting;
|
| readonly attribute octet interfaceClass;
|
|
|