| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| index a39f9536affcd882bf87360bb71ebee7769a3ed2..f96d8ebd2d11ef17ae1c870617a79e822b1c586c 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| @@ -67,7 +67,7 @@ void BluetoothDevice::dispose() {
|
| disconnectGATTIfConnected();
|
| }
|
|
|
| -void BluetoothDevice::contextDestroyed() {
|
| +void BluetoothDevice::contextDestroyed(ExecutionContext*) {
|
| disconnectGATTIfConnected();
|
| }
|
|
|
|
|