mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
Everywhere: Pass AK::ReadonlyBytes by value
This commit is contained in:
parent
8b1108e485
commit
80d4e830a0
42 changed files with 96 additions and 96 deletions
|
@ -49,6 +49,6 @@ private:
|
|||
|
||||
String guess_mime_type_based_on_filename(StringView);
|
||||
|
||||
Optional<String> guess_mime_type_based_on_sniffed_bytes(const ReadonlyBytes&);
|
||||
Optional<String> guess_mime_type_based_on_sniffed_bytes(ReadonlyBytes);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue