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 ee156e5e83e8a154b5663724d367733e8ef2af96..a39f9536affcd882bf87360bb71ebee7769a3ed2 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp |
@@ -51,11 +51,10 @@ bool BluetoothDevice::isValidService(const String& serviceInstanceId) { |
BluetoothRemoteGATTCharacteristic* |
BluetoothDevice::getOrCreateRemoteGATTCharacteristic( |
ExecutionContext* context, |
- const String& serviceInstanceId, |
mojom::blink::WebBluetoothRemoteGATTCharacteristicPtr characteristic, |
BluetoothRemoteGATTService* service) { |
return m_attributeInstanceMap->getOrCreateRemoteGATTCharacteristic( |
- context, serviceInstanceId, std::move(characteristic), service); |
+ context, std::move(characteristic), service); |
} |
bool BluetoothDevice::isValidCharacteristic( |