| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp
|
| index a9664712bfb5063a6b2dfd0361d52024e9ee55cf..ac2b75f27a790f1085e4e9da7ffc93778d016e5a 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp
|
| @@ -69,7 +69,7 @@ class ConnectCallback : public WebBluetoothRemoteGATTServerConnectCallbacks {
|
|
|
| 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())
|
| @@ -156,7 +156,7 @@ class GetPrimaryServicesCallback
|
|
|
| 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())
|
|
|