| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp | 
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp | 
| index 82c8b229ed9fc8797658ecea25e6f649649cbbad..388ea077283eb3896c0c49c18e6dc68a87b93295 100644 | 
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp | 
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp | 
| @@ -129,7 +129,6 @@ ScriptPromise BluetoothRemoteGATTService::getCharacteristicsImpl( | 
| ScriptState* scriptState, | 
| mojom::blink::WebBluetoothGATTQueryQuantity quantity, | 
| const String& characteristicsUUID) { | 
| -  // We always check that the device is connected. | 
| if (!device()->gatt()->connected()) { | 
| return ScriptPromise::rejectWithDOMException( | 
| scriptState, | 
|  |