| 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 31a77d16d00919bd660a32c832263613e2d47c33..40e926de2a51b256c24dcda55e5aaf025f5d20c3 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| @@ -60,6 +60,7 @@ DOMException* BluetoothError::take(ScriptPromiseResolver*, int32_t webError /* C
|
| MAP_ERROR(NO_SERVICES_FOUND, NotFoundError, "No Services found in device.");
|
| MAP_ERROR(CHARACTERISTIC_NOT_FOUND, NotFoundError, "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.");
|
|
|