| Index: Source/modules/webusb/USBInterface.idl
|
| diff --git a/Source/modules/webusb/USBInterface.idl b/Source/modules/webusb/USBInterface.idl
|
| index c4b37b685613254ea3a779f59d20daae967c4684..cfe100113fa04084717a99c20f3ac42b355317a1 100644
|
| --- a/Source/modules/webusb/USBInterface.idl
|
| +++ b/Source/modules/webusb/USBInterface.idl
|
| @@ -11,5 +11,5 @@
|
| RuntimeEnabled=WebUSB,
|
| ] interface USBInterface {
|
| readonly attribute octet interfaceNumber;
|
| - // readonly attribute sequence<USBAlternateInterface> alternates;
|
| + readonly attribute sequence<USBAlternateInterface> alternates;
|
| };
|
|
|