| Index: third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl b/third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| index 8bef76b6649e4760c63febbacbb744ef61d22315..6987c61bde4591671f3b348e8d50764535fad827 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| @@ -5,7 +5,7 @@
|
| // https://webbluetoothcg.github.io/web-bluetooth/#dictdef-requestdeviceoptions
|
|
|
| dictionary RequestDeviceOptions {
|
| - sequence<BluetoothScanFilterInit> filters;
|
| + sequence<BluetoothLEScanFilterInit> filters;
|
| sequence<BluetoothServiceUUID> optionalServices = [];
|
| boolean acceptAllDevices = false;
|
| };
|
|
|