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 03c25e066363e2e170f95da79c2f0e0299d88e50..86ad3a9cc65e0d0799a058cb02ce791382af49eb 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
@@ -22,7 +22,7 @@ enum VendorIDSource { |
[DeprecateAs=BluetoothDeviceInstanceId, ImplementedAs=id] readonly attribute DOMString instanceID; |
readonly attribute DOMString id; |
readonly attribute DOMString? name; |
-// readonly attribute BluetoothAdvertisingData adData; |
+ readonly attribute BluetoothAdvertisingData adData; |
readonly attribute unsigned long? deviceClass; |
readonly attribute VendorIDSource? vendorIDSource; |
readonly attribute unsigned long? vendorID; |