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
..
2021-11-24 19:09:00 +02:00
2021-11-28 13:33:51 -08:00
2021-12-12 21:48:50 +01:00
2021-11-17 00:21:13 +01:00
2021-12-11 13:14:15 -08:00
2021-11-11 01:27:46 +01:00
2021-11-18 09:08:51 +01:00
2021-12-12 14:06:38 +03:30
2021-11-23 11:33:36 +01:00
2021-12-05 15:31:03 +01:00
2021-12-11 13:14:15 -08:00
2021-11-23 11:33:36 +01:00
2021-11-24 00:25:23 +01:00
2021-11-11 01:27:46 +01:00
2021-12-05 15:31:03 +01:00
2021-12-05 15:31:03 +01:00
2021-11-11 01:27:46 +01:00
2021-12-08 09:46:13 -08:00
2021-11-30 10:51:51 +01:00
2021-12-12 21:51:08 +01:00
2021-12-09 21:31:06 +01:00
2021-12-08 09:46:13 -08:00
2021-11-11 01:27:46 +01:00
2021-11-11 01:27:46 +01:00
2021-12-06 19:22:16 +01:00
2021-12-14 09:01:06 +01:00
2021-11-17 00:21:10 +01:00
2021-11-11 01:27:46 +01:00
2021-11-22 22:13:22 +01:00
2021-11-11 01:27:46 +01:00
2021-11-23 11:33:36 +01:00
2021-11-17 00:21:13 +01:00
2021-09-28 22:32:31 +02:00
2021-11-24 19:44:57 +01:00
2021-11-18 09:09:22 +01:00
2021-12-11 13:14:15 -08:00
2021-11-23 11:33:36 +01:00
2021-11-23 11:33:36 +01:00
2021-11-17 00:21:10 +01:00
2021-11-11 01:27:46 +01:00
2021-12-08 09:46:13 -08:00
2021-12-13 21:28:56 -08:00
2021-11-23 11:33:36 +01:00
2021-11-23 11:33:36 +01:00
2021-12-05 15:31:03 +01:00
2021-11-17 00:21:13 +01:00
2021-12-14 19:49:15 +00:00
2021-11-22 19:28:31 +01:00