| 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 78e59fc5eedceb88c0019e271189075c62b243bf..bb1cad0281073c36a802e388076133e01ef066bc 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| @@ -28,6 +28,9 @@ DOMException* BluetoothError::createNotConnectedException(
|
| case BluetoothOperation::CharacteristicsRetrieval:
|
| operationString = "retrieve characteristics";
|
| break;
|
| + case BluetoothOperation::DescriptorsRetrieval:
|
| + operationString = "retrieve descriptors";
|
| + break;
|
| case BluetoothOperation::GATT:
|
| operationString = "perform GATT operations";
|
| break;
|
|
|