| Index: Source/modules/bluetooth/BluetoothError.h
|
| diff --git a/Source/modules/bluetooth/BluetoothError.h b/Source/modules/bluetooth/BluetoothError.h
|
| index d1e982f292bdffa3c015bb673c6b8b527c30cc41..fd9e2ca1ce6f071cbdd5c7cc01bb4ded7cede3d0 100644
|
| --- a/Source/modules/bluetooth/BluetoothError.h
|
| +++ b/Source/modules/bluetooth/BluetoothError.h
|
| @@ -6,6 +6,7 @@
|
| #define BluetoothError_h
|
|
|
| #include "platform/heap/Handle.h"
|
| +#include "public/platform/modules/bluetooth/WebBluetoothError.h"
|
|
|
| namespace blink {
|
|
|
| @@ -21,7 +22,7 @@ public:
|
| // Interface required by CallbackPromiseAdapter:
|
| typedef WebBluetoothError WebType;
|
| static DOMException* take(ScriptPromiseResolver*, WebBluetoothError*);
|
| - static void dispose(blink::WebBluetoothError*);
|
| + static void dispose(WebBluetoothError*);
|
|
|
| private:
|
| BluetoothError() = delete;
|
|
|