| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| index 49afc52a55db0975f90dc16405d68650860dd2e6..22672c3d16ba3e3e1a1e7884eb4fd06bf6f0a618 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| @@ -73,7 +73,7 @@ void BluetoothRemoteGATTCharacteristic::dispatchCharacteristicValueChanged(
|
| dispatchEvent(Event::create(EventTypeNames::characteristicvaluechanged));
|
| }
|
|
|
| -void BluetoothRemoteGATTCharacteristic::contextDestroyed() {
|
| +void BluetoothRemoteGATTCharacteristic::contextDestroyed(ExecutionContext*) {
|
| notifyCharacteristicObjectRemoved();
|
| }
|
|
|
|
|