mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibIPC: Fix incorrectly named function parameter in TransportSocket
This commit is contained in:
parent
3c88bedc05
commit
8db466ae5d
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public:
|
|||
Vector<u8> bytes;
|
||||
Queue<File> fds;
|
||||
};
|
||||
ShouldShutdown read_as_many_messages_as_possible_without_blocking(Function<void(Message&&)>&& schedule_shutdown);
|
||||
ShouldShutdown read_as_many_messages_as_possible_without_blocking(Function<void(Message&&)>&&);
|
||||
|
||||
// Obnoxious name to make it clear that this is a dangerous operation.
|
||||
ErrorOr<int> release_underlying_transport_for_transfer();
|
||||
|
|
Loading…
Add table
Reference in a new issue