Index: third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.idl |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.idl |
index 9f9460437a92e4bff23840129444342e2aafa295..9c878fdba9aa5433224a72d27bcca6523070c587 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.idl |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.idl |
@@ -15,7 +15,7 @@ |
{ |
// readonly attribute BluetoothDevice device; |
readonly attribute boolean connected; |
- // void disconnect (); |
+ [CallWith=ScriptState] void disconnect (); |
[CallWith=ScriptState, RaisesException] Promise<BluetoothGATTService> getPrimaryService (BluetoothServiceUUID service); |
// Promise<sequence<BluetoothGATTService>> getPrimaryServices (optional BluetoothServiceUUID service); |
}; |