| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| index f57576501886ce4a96b39c0d0032811a30a4f4cf..2ec45d17337ab56d444ff22eef8d504822251166 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| @@ -71,9 +71,8 @@ class BluetoothDevice final : public EventTargetWithInlineData,
|
| // events on navigator.bluetooth and still remain connected even if the
|
| // BluetoothDevice object is garbage collected.
|
|
|
| - // Performs necessary cleanup when a device disconnects and fires
|
| - // gattserverdisconnected event.
|
| - void ClearAttributeInstanceMapAndFireEvent();
|
| + // Performs necessary cleanup when a device disconnects.
|
| + void ClearAttributeInstanceMap();
|
|
|
| // EventTarget methods:
|
| const AtomicString& interfaceName() const override;
|
|
|