Chromium Code Reviews| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl |
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl |
| index 7ab4f9e19dfdc935d3c8d98649d2b282da0fc3f0..b8e7447cd1bb3554abc27586ae21d67498ffca99 100644 |
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl |
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl |
| @@ -6,4 +6,6 @@ |
| dictionary BluetoothScanFilter { |
| sequence<BluetoothServiceUUID> services; |
| + DOMString name; |
| + DOMString namePrefix; |
| }; |