| Index: Source/modules/webusb/USBInterface.h
|
| diff --git a/Source/modules/webusb/USBInterface.h b/Source/modules/webusb/USBInterface.h
|
| index 88aa4e2392a5f58eb7d8551b9d355b3a2c75269d..14a354c8e6bbfaa8e01c49331c0ecec95dbfa1e9 100644
|
| --- a/Source/modules/webusb/USBInterface.h
|
| +++ b/Source/modules/webusb/USBInterface.h
|
| @@ -12,6 +12,7 @@
|
| namespace blink {
|
|
|
| class ExceptionState;
|
| +class USBAlternateInterface;
|
| class USBConfiguration;
|
|
|
| class USBInterface
|
| @@ -27,6 +28,7 @@ public:
|
| const WebUSBDeviceInfo::Interface& info() const;
|
|
|
| uint8_t interfaceNumber() const;
|
| + HeapVector<Member<USBAlternateInterface>> alternates() const;
|
|
|
| DECLARE_TRACE();
|
|
|
|
|