| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp
|
| index 1b2c8bd0c88efd708c879a97505363415dbc9d18..f0bfc4b04e2944f601d0b77c56f961d6b48e6619 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp
|
| @@ -304,7 +304,7 @@ String getUUIDForGATTAttribute(GATTAttribute attribute,
|
| }
|
|
|
| if (map->contains(nameStr))
|
| - return BluetoothUUID::canonicalUUID(map->get(nameStr));
|
| + return BluetoothUUID::canonicalUUID(map->at(nameStr));
|
|
|
| StringBuilder errorMessage;
|
| errorMessage.append("Invalid ");
|
|
|