| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
 | 
| index 5449f8ca4f7da83ba208221e2467f6c84b78280b..7247bbe7099e661c2ea570a1e3dab4f98d3341fb 100644
 | 
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
 | 
| @@ -75,9 +75,8 @@ bool BluetoothDevice::IsValidDescriptor(const String& descriptorInstanceId) {
 | 
|    return m_attributeInstanceMap->ContainsDescriptor(descriptorInstanceId);
 | 
|  }
 | 
|  
 | 
| -void BluetoothDevice::ClearAttributeInstanceMapAndFireEvent() {
 | 
| +void BluetoothDevice::ClearAttributeInstanceMap() {
 | 
|    m_attributeInstanceMap->Clear();
 | 
| -  dispatchEvent(Event::createBubble(EventTypeNames::gattserverdisconnected));
 | 
|  }
 | 
|  
 | 
|  const WTF::AtomicString& BluetoothDevice::interfaceName() const {
 | 
| 
 |