| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| index 36cb9de2805b88d9d6470ff1bf3e1150ea2ab03a..c92a061a325740853622742149e7dd9f1518653e 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| @@ -135,7 +135,7 @@ class ReadValueCallback : public WebBluetoothReadValueCallbacks {
|
|
|
| void onError(
|
| int32_t
|
| - error /* Corresponds to WebBluetoothError in web_bluetooth.mojom */)
|
| + error /* Corresponds to WebBluetoothResult in web_bluetooth.mojom */)
|
| override {
|
| if (!m_resolver->getExecutionContext() ||
|
| m_resolver->getExecutionContext()->activeDOMObjectsAreStopped())
|
| @@ -180,7 +180,7 @@ class WriteValueCallback : public WebBluetoothWriteValueCallbacks {
|
|
|
| void onError(
|
| int32_t
|
| - error /* Corresponds to WebBluetoothError in web_bluetooth.mojom */)
|
| + error /* Corresponds to WebBluetoothResult in web_bluetooth.mojom */)
|
| override {
|
| if (!m_resolver->getExecutionContext() ||
|
| m_resolver->getExecutionContext()->activeDOMObjectsAreStopped())
|
| @@ -237,7 +237,7 @@ class NotificationsCallback : public WebBluetoothNotificationsCallbacks {
|
|
|
| void onError(
|
| int32_t
|
| - error /* Corresponds to WebBluetoothError in web_bluetooth.mojom */)
|
| + error /* Corresponds to WebBluetoothResult in web_bluetooth.mojom */)
|
| override {
|
| if (!m_resolver->getExecutionContext() ||
|
| m_resolver->getExecutionContext()->activeDOMObjectsAreStopped())
|
|
|