Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
index 86ad3a9cc65e0d0799a058cb02ce791382af49eb..ac12893e1e9f561f0d7d6c4808dd5ae613d2aa86 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
@@ -28,7 +28,6 @@ enum VendorIDSource { |
readonly attribute unsigned long? vendorID; |
readonly attribute unsigned long? productID; |
readonly attribute unsigned long? productVersion; |
- readonly attribute boolean paired; |
// readonly attribute BluetoothGATTRemoteServer? gattServer; |
readonly attribute UUID[] uuids; |
[CallWith=ScriptState] Promise<BluetoothGATTRemoteServer> connectGATT (); |