| 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 cefc92b7d866ae10ecb6291a5cc62fd843677032..79b368bbc1f216be53d6cacde38619bd361f5644 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| @@ -31,7 +31,7 @@ DOMException* BluetoothError::CreateNotConnectedException(
|
| case BluetoothOperation::kDescriptorsRetrieval:
|
| operation_string = "retrieve descriptors";
|
| break;
|
| - case BluetoothOperation::GATT:
|
| + case BluetoothOperation::kGATT:
|
| operation_string = "perform GATT operations";
|
| break;
|
| }
|
|
|