Index: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
index b87c7a495a384cda70b01935cf2328c31fb9a9e6..3f13a6d3917b7324350d205fe0a9a1bc89fec8c7 100644 |
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
@@ -277,11 +277,21 @@ interface BluetoothRemoteGATTCharacteristic : EventTarget |
getter uuid |
getter value |
method constructor |
+ method getDescriptor |
+ method getDescriptors |
method readValue |
method startNotifications |
method stopNotifications |
method writeValue |
setter oncharacteristicvaluechanged |
+interface BluetoothRemoteGATTDescriptor |
+ attribute @@toStringTag |
+ getter characteristic |
+ getter uuid |
+ getter value |
+ method constructor |
+ method readValue |
+ method writeValue |
interface BluetoothRemoteGATTServer |
attribute @@toStringTag |
getter connected |