| 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 7688c51fefd7e1c6c854111b60f72766484b4e61..e2a4794786bbf90301f8d2870732407a4e88d639 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USB.h
|
| +++ b/third_party/WebKit/Source/modules/webusb/USB.h
|
| @@ -46,7 +46,7 @@ class USB final : public EventTargetWithInlineData,
|
| const AtomicString& interfaceName() const override;
|
|
|
| // ContextLifecycleObserver overrides.
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| USBDevice* getOrCreateDevice(device::usb::blink::DeviceInfoPtr);
|
|
|
|
|