| 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 0b8363f6e75daeb7af573bbe7e13a587bb000d59..f53a04538f0650fe0b66d7ebcd312adb6d18f554 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBDevice.h
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBDevice.h
|
| @@ -100,7 +100,7 @@ class USBDevice : public GarbageCollectedFinalized<USBDevice>,
|
| ScriptPromise reset(ScriptState*);
|
|
|
| // ContextLifecycleObserver interface.
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| DECLARE_TRACE();
|
|
|
|
|