ladybird/Userland
Linus Groh 5f993eecdb LibWeb: Replace incorrect empty Optional return with ByteBuffer
This function initially returned a ByteBuffer, so `return {}` was fine.
It was then changed to return Optional<ByteBuffer>, so we accidentally
started returning an empty Optional instead. Explicitly specify the
constructor name to fix this.

Thanks to DexesTTP for catching this!
2021-12-14 19:49:15 +00:00
..
Applets Applets/ClipboardHistory: Port to LibMain :^) 2021-12-04 14:24:04 +01:00
Applications Spreadsheet: Avoid using Value.to_string_without_side_effects() 2021-12-12 14:49:49 +03:30
Demos Demos: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
DevTools UserspaceEmulator: Remove support for SC_select syscall 2021-12-12 21:48:50 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Games: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
Libraries LibWeb: Replace incorrect empty Optional return with ByteBuffer 2021-12-14 19:49:15 +00:00
Services Kernel+SystemServer: Add /dev/tty 2021-12-12 22:32:35 +01:00
Shell Shell: Make the Join operation respect nodes that have a next chain 2021-12-13 16:26:10 +03:30
Utilities strace: Remove formatting support for SC_select 2021-12-12 21:48:50 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00