Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp

Issue 2831783002: bluetooth: Clean up better 'not connected' errors (Closed)
Patch Set: Fix enum Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698