| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| index 6b9df6ddb395bdd2f698fd4e030bf23b935256f9..1dcdad97f09bfbb68f4c50428628475b6cc37f71 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| @@ -47,10 +47,8 @@ class BluetoothRemoteGATTCharacteristic final
|
| std::unique_ptr<WebBluetoothRemoteGATTCharacteristicInit>,
|
| BluetoothRemoteGATTService*);
|
|
|
| - // Interface required by CallbackPromiseAdapter.
|
| - using WebType = std::unique_ptr<WebBluetoothRemoteGATTCharacteristicInit>;
|
| - static BluetoothRemoteGATTCharacteristic* take(
|
| - ScriptPromiseResolver*,
|
| + static BluetoothRemoteGATTCharacteristic* create(
|
| + ExecutionContext*,
|
| std::unique_ptr<WebBluetoothRemoteGATTCharacteristicInit>,
|
| BluetoothRemoteGATTService*);
|
|
|
|
|