| Index: Source/modules/bluetooth/Bluetooth.h
|
| diff --git a/Source/modules/bluetooth/Bluetooth.h b/Source/modules/bluetooth/Bluetooth.h
|
| index 09ac5adc45be37fc9f0fcce18a4a7fb317e415e4..0386d3b81f2222965a469dbdc767ffb260e6e3bf 100644
|
| --- a/Source/modules/bluetooth/Bluetooth.h
|
| +++ b/Source/modules/bluetooth/Bluetooth.h
|
| @@ -12,6 +12,7 @@
|
| namespace blink {
|
|
|
| class BluetoothUUIDs;
|
| +class RequestDeviceOptions;
|
| class ScriptPromise;
|
| class ScriptState;
|
|
|
| @@ -26,7 +27,7 @@ public:
|
| }
|
|
|
| // BluetoothDiscovery interface
|
| - ScriptPromise requestDevice(ScriptState*);
|
| + ScriptPromise requestDevice(ScriptState*, const RequestDeviceOptions&);
|
|
|
| DEFINE_INLINE_TRACE() { }
|
|
|
|
|