| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp
|
| index 4aa0caeaa30dc83494d81ed4d0fbeb2d019a8c23..f0523131231a9e0c94a8c989c1cd8361b4201320 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp
|
| @@ -75,7 +75,7 @@ class GetCharacteristicsCallback
|
|
|
| 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())
|
|
|