mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 19:46:03 +00:00
AK: Make "foo"_fly_string infallible
Stop worrying about tiny OOMs. Work towards #20405.
This commit is contained in:
parent
34344120f2
commit
25eee91811
Notes:
sideshowbarker
2024-07-17 05:23:40 +09:00
Author: https://github.com/awesomekling
Commit: 25eee91811
Pull-request: https://github.com/SerenityOS/serenity/pull/20408
30 changed files with 59 additions and 72 deletions
|
@ -20,6 +20,6 @@ namespace Web::WebGL::EventNames {
|
|||
ENUMERATE_GL_EVENTS
|
||||
#undef __ENUMERATE_GL_EVENT
|
||||
|
||||
ErrorOr<void> initialize_strings();
|
||||
void initialize_strings();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue