| Index: third_party/WebKit/Source/modules/webusb/USB.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USB.cpp b/third_party/WebKit/Source/modules/webusb/USB.cpp
|
| index fc5014ac1d7420657475c654219701ef3b74d817..4398234051c00b78d2a5e65a01887eb52014c54e 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USB.cpp
|
| +++ b/third_party/WebKit/Source/modules/webusb/USB.cpp
|
| @@ -150,7 +150,7 @@ const AtomicString& USB::interfaceName() const {
|
| return EventTargetNames::USB;
|
| }
|
|
|
| -void USB::contextDestroyed() {
|
| +void USB::contextDestroyed(ExecutionContext*) {
|
| m_deviceManager.reset();
|
| m_deviceManagerRequests.clear();
|
| m_chooserService.reset();
|
|
|