| 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 7868d5a2caff7ba742acf22c7abc030b0c345c1b..383649d5fa405a3c9da61f73c70abbcee2f0525a 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| @@ -28,6 +28,8 @@ DOMException* BluetoothError::take(ScriptPromiseResolver*,
|
| "GATT Service no longer exists.");
|
| MAP_ERROR(CHARACTERISTIC_NO_LONGER_EXISTS, InvalidStateError,
|
| "GATT Characteristic no longer exists.");
|
| + MAP_ERROR(DESCRIPTOR_NO_LONGER_EXISTS, InvalidStateError,
|
| + "GATT Descriptor no longer exists.");
|
|
|
| // NetworkErrors:
|
| MAP_ERROR(CONNECT_ALREADY_IN_PROGRESS, NetworkError,
|
|
|