| Index: third_party/WebKit/Source/modules/webusb/USBInterface.idl
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBInterface.idl b/third_party/WebKit/Source/modules/webusb/USBInterface.idl
|
| index 7e740051b25d8bc7a344b8e9038c391e4af3f6b0..06dfe70d34ef2274c7185057b3f2a7e59912b482 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBInterface.idl
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBInterface.idl
|
| @@ -7,7 +7,7 @@
|
| [
|
| Constructor(USBConfiguration configuration, octet interfaceNumber),
|
| RaisesException=Constructor,
|
| - RuntimeEnabled=WebUSB,
|
| + OriginTrialEnabled=WebUSB,
|
| ] interface USBInterface {
|
| readonly attribute octet interfaceNumber;
|
| readonly attribute USBAlternateInterface? alternate;
|
|
|