| Index: third_party/WebKit/Source/modules/webusb/USBDevice.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBDevice.cpp b/third_party/WebKit/Source/modules/webusb/USBDevice.cpp
|
| index 2982bb7508d182841dc2f35473eee6d223a0e3fd..214fd142ff94299e1e7da9df8c95cf690f7ad714 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBDevice.cpp
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBDevice.cpp
|
| @@ -501,7 +501,7 @@ ScriptPromise USBDevice::reset(ScriptState* scriptState) {
|
| return promise;
|
| }
|
|
|
| -void USBDevice::contextDestroyed() {
|
| +void USBDevice::contextDestroyed(ExecutionContext*) {
|
| m_device.reset();
|
| m_deviceRequests.clear();
|
| }
|
|
|