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 44db129791021ca70bcc94b6a2308b3f3484e54c..fdf49f2909fff2c8b1a09515ad333cf95d3d030b 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 |
@@ -280,11 +280,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 |