| Index: third_party/WebKit/Source/modules/webusb/USB.h
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USB.h b/third_party/WebKit/Source/modules/webusb/USB.h
|
| index e5708dd494925cf2f98044d68e3d8aefe546fd81..1f95a2b3630d4858a7ae8235ef5b885262bfe349 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USB.h
|
| +++ b/third_party/WebKit/Source/modules/webusb/USB.h
|
| @@ -20,7 +20,7 @@ class USBDeviceRequestOptions;
|
| class WebUSBDevice;
|
|
|
| class USB final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<USB>
|
| + : public EventTargetWithInlineData
|
| , public ContextLifecycleObserver
|
| , public WebUSBClient::Observer {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|