| 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 a1798b8bba4953588315b1a4c9d89c133f46a932..0be970836c611b49512c8d94f08624783357ba42 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| @@ -71,7 +71,7 @@ class BluetoothDevice final : public EventTargetWithInlineData,
|
| void dispose();
|
|
|
| // ContextLifecycleObserver interface.
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // If gatt is connected then sets gatt.connected to false and disconnects.
|
| // This function only performs the necessary steps to ensure a device
|
|
|