| Index: Source/modules/bluetooth/BluetoothDevice.idl
|
| diff --git a/Source/modules/bluetooth/BluetoothDevice.idl b/Source/modules/bluetooth/BluetoothDevice.idl
|
| index 6f2707a655116733f1c8757ef720e2cf1e6f1cfb..338e7c9f17a037889aa908a81024eaa768b07e28 100644
|
| --- a/Source/modules/bluetooth/BluetoothDevice.idl
|
| +++ b/Source/modules/bluetooth/BluetoothDevice.idl
|
| @@ -5,7 +5,7 @@
|
| // https://webbluetoothcg.github.io/web-bluetooth/#idl-def-BluetoothDevice
|
|
|
| // Implement BluetoothDevice interface: http://crbug.com/421668
|
| -// enum VendorIdSource {
|
| +// enum VendorIDSource {
|
| // "bluetooth",
|
| // "usb"
|
| // };
|
| @@ -19,12 +19,12 @@
|
| // : ServiceEventHandlers
|
| {
|
| // Implement BluetoothDevice interface: http://crbug.com/421668
|
| - readonly attribute DOMString instanceId;
|
| + readonly attribute DOMString instanceID;
|
| // readonly attribute DOMString? name;
|
| // readonly attribute long? deviceClass;
|
| -// readonly attribute VendorIdSource? vendorIdSource;
|
| -// readonly attribute long? vendorId;
|
| -// readonly attribute long? productId;
|
| +// readonly attribute VendorIDSource? vendorIDSource;
|
| +// readonly attribute long? vendorID;
|
| +// readonly attribute long? productID;
|
| // readonly attribute long? productVersion;
|
| // readonly attribute boolean? paired;
|
| // readonly attribute boolean? connected;
|
|
|