| Index: third_party/WebKit/Source/modules/webusb/USBDevice.h
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBDevice.h b/third_party/WebKit/Source/modules/webusb/USBDevice.h
|
| index 24b1eba0dafcaef01f94fe4e8179f8ca71347a8f..b3fa5065d9612d3c9995a0f1a9e0508b1ab53151 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBDevice.h
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBDevice.h
|
| @@ -24,6 +24,7 @@ class USBDevice
|
| : public GarbageCollectedFinalized<USBDevice>
|
| , public ContextLifecycleObserver
|
| , public ScriptWrappable {
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(USBDevice);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| using WebType = OwnPtr<WebUSBDevice>;
|
|
|