| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
|
| index 50ba595002becbe6d82f0851f73676f5b34e8c36..0fb529c0e97c65d355eeee68705378d6ca6d35b1 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
|
| @@ -29,7 +29,7 @@ class BluetoothAttributeInstanceMap final
|
| // no service with the same instance id and adds it to the map.
|
| // Otherwise returns the BluetoothRemoteGATTService object already
|
| // in the map.
|
| - BluetoothRemoteGATTService* getOrCreateBluetoothRemoteGATTService(
|
| + BluetoothRemoteGATTService* getOrCreateRemoteGATTService(
|
| const String& serviceInstanceId,
|
| const String& uuid,
|
| bool isPrimary,
|
| @@ -43,8 +43,7 @@ class BluetoothAttributeInstanceMap final
|
| // characteristic with the same instance id and adds it to the map.
|
| // Otherwise returns the BluetoothRemoteGATTCharacteristic object already in
|
| // the map.
|
| - BluetoothRemoteGATTCharacteristic*
|
| - getOrCreateBluetoothRemoteGATTCharacteristic(
|
| + BluetoothRemoteGATTCharacteristic* getOrCreateRemoteGATTCharacteristic(
|
| ExecutionContext*,
|
| const String& characteristicInstanceId,
|
| const String& serviceInstanceId,
|
|
|