| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| index 1da898fa9807bb9ca0d20d8718f0fc2df183d9f0..3562fda2ee8c5b70344738bf7923d735db75242e 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| @@ -95,6 +95,8 @@ DOMException* BluetoothError::take(
|
| "No Characteristics with specified UUID found in Service.");
|
| MAP_ERROR(NO_CHARACTERISTICS_FOUND, NotFoundError,
|
| "No Characteristics found in service.");
|
| + MAP_ERROR(BLUETOOTH_LOW_ENERGY_NOT_AVAILABLE, NotFoundError,
|
| + "Bluetooth Low Energy not available.");
|
|
|
| // NotSupportedErrors:
|
| MAP_ERROR(GATT_UNKNOWN_ERROR, NotSupportedError, "GATT Error Unknown.");
|
|
|