AK: Make "foo"_fly_string infallible

Stop worrying about tiny OOMs.

Work towards #20405.
This commit is contained in:
Andreas Kling 2023-08-07 12:07:35 +02:00
commit 25eee91811
Notes: sideshowbarker 2024-07-17 05:23:40 +09:00
30 changed files with 59 additions and 72 deletions

View file

@ -242,7 +242,7 @@ namespace AttributeNames {
ENUMERATE_HTML_ATTRIBUTES
#undef __ENUMERATE_HTML_ATTRIBUTE
ErrorOr<void> initialize_strings();
void initialize_strings();
}