| 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 9c7c35de669077161c8e4d9e1d8415d5cfeb0036..478b32046e1c0695446618c15d9e4d148a07fc84 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp
|
| @@ -48,7 +48,7 @@ public:
|
| m_resolver->resolve(m_device->gatt());
|
| }
|
|
|
| - void onError(const WebBluetoothError& e) override
|
| + void onError(const mojom::WebBluetoothError& e) override
|
| {
|
| if (!m_resolver->getExecutionContext() || m_resolver->getExecutionContext()->activeDOMObjectsAreStopped())
|
| return;
|
|
|