| Index: Source/modules/bluetooth/RequestDeviceOptions.idl
|
| diff --git a/Source/modules/bluetooth/RequestDeviceOptions.idl b/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| index dc1bd30626f5e87850b2ebd99184419738e29b99..3038588dd6e137f46654b73759ac14e420c2cd9b 100644
|
| --- a/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| +++ b/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| @@ -6,6 +6,5 @@
|
|
|
| dictionary RequestDeviceOptions {
|
| required sequence<BluetoothScanFilter> filters;
|
| - sequence<BluetoothServiceUUID> optionalServices/* = []*/;
|
| - // TODO: Fix https://crbug.com/500638 and uncomment the default value above.
|
| + sequence<BluetoothServiceUUID> optionalServices = [];
|
| };
|
|
|