| 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 250e55cfd02dac04ebdd87db46d18d85dcedcfea..87122e6c1bf25a3e172868ea6978540d6b3ca9f8 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp
|
| @@ -58,7 +58,7 @@ public:
|
| m_resolver->resolve(characteristics);
|
| }
|
|
|
| - void onError(const WebBluetoothError& e) override
|
| + void onError(const mojom::WebBluetoothError& e) override
|
| {
|
| if (!m_resolver->getExecutionContext() || m_resolver->getExecutionContext()->activeDOMObjectsAreStopped())
|
| return;
|
|
|