| 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 04b4311ff31371bc71fe30b7f4c87d577fcc88fa..c2b4a3955b99124cfee5c598ab030b6ea5d782b2 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| @@ -119,7 +119,7 @@ public:
|
| m_resolver->resolve(domDataView);
|
| }
|
|
|
| - void onError(const WebBluetoothError& e) override
|
| + void onError(const mojom::WebBluetoothError& e) override
|
| {
|
| if (!m_resolver->getExecutionContext() || m_resolver->getExecutionContext()->activeDOMObjectsAreStopped())
|
| return;
|
| @@ -164,7 +164,7 @@ public:
|
| m_resolver->resolve();
|
| }
|
|
|
| - void onError(const WebBluetoothError& e) override
|
| + void onError(const mojom::WebBluetoothError& e) override
|
| {
|
| if (!m_resolver->getExecutionContext() || m_resolver->getExecutionContext()->activeDOMObjectsAreStopped())
|
| return;
|
|
|