| 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 d28121f511afdcccfc8532c6d63756d962830af1..1f458b7d6e6c15225a89a6801270df4a86db6014 100644
 | 
| --- a/third_party/WebKit/Source/modules/webusb/USBDevice.h
 | 
| +++ b/third_party/WebKit/Source/modules/webusb/USBDevice.h
 | 
| @@ -29,7 +29,7 @@ class USBDevice
 | 
|      , public ContextLifecycleObserver
 | 
|      , public ScriptWrappable
 | 
|      , public PageLifecycleObserver {
 | 
| -    WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(USBDevice);
 | 
| +    USING_GARBAGE_COLLECTED_MIXIN(USBDevice);
 | 
|      DEFINE_WRAPPERTYPEINFO();
 | 
|  public:
 | 
|      using WebType = OwnPtr<WebUSBDevice>;
 | 
| 
 |