| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
|
| index 63d328347268188c9fa48b61800cf78601bd66aa..14a973432faafa3ae15991e06b02c7775fc40b4c 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
|
| @@ -16,7 +16,7 @@ BluetoothAttributeInstanceMap::BluetoothAttributeInstanceMap(
|
| : m_device(device) {}
|
|
|
| BluetoothRemoteGATTService*
|
| -BluetoothAttributeInstanceMap::getOrCreateBluetoothRemoteGATTService(
|
| +BluetoothAttributeInstanceMap::getOrCreateRemoteGATTService(
|
| const String& serviceInstanceId,
|
| const String& uuid,
|
| bool isPrimary,
|
| @@ -39,7 +39,7 @@ bool BluetoothAttributeInstanceMap::containsService(
|
| }
|
|
|
| BluetoothRemoteGATTCharacteristic*
|
| -BluetoothAttributeInstanceMap::getOrCreateBluetoothRemoteGATTCharacteristic(
|
| +BluetoothAttributeInstanceMap::getOrCreateRemoteGATTCharacteristic(
|
| ExecutionContext* context,
|
| const String& characteristicInstanceId,
|
| const String& serviceInstanceId,
|
|
|