| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
|
| index 6fcf7de19542a5afef873db37475ad97c7869456..a13c7271ef37cc019e605246988ec1fe96ddb86b 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/modules/bluetooth/WebBluetoothError.h"
|
| +#include "public/platform/modules/bluetooth/web_bluetooth.mojom.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
| @@ -21,6 +22,7 @@ class BluetoothError {
|
| public:
|
| // Interface required by CallbackPromiseAdapter:
|
| using WebType = const WebBluetoothError&;
|
| + static DOMException* take(ScriptPromiseResolver*, const mojom::WebBluetoothError&);
|
| static DOMException* take(ScriptPromiseResolver*, const WebBluetoothError&);
|
| };
|
|
|
|
|