| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h
|
| index bc8fa2275141d706aff8e38a7a2264aebd055e21..de176f3baefd53a41ce087a7e7caaed76cedbd26 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h
|
| @@ -18,7 +18,8 @@ class BluetoothRemoteGATTUtils final {
|
| enum ExceptionType {
|
| kGATTServerDisconnected,
|
| kGATTServerNotConnected,
|
| - kInvalidCharacteristic
|
| + kInvalidCharacteristic,
|
| + kInvalidDescriptor
|
| };
|
|
|
| static DOMException* CreateDOMException(ExceptionType);
|
|
|