LibWeb: Allow configuring the default favicon path

This is useful when using LibWeb in environments that aren't Serenity
This commit is contained in:
DexesTTP 2022-04-03 16:36:28 +02:00 committed by Linus Groh
commit 26bb95425d
Notes: sideshowbarker 2024-07-17 10:35:20 +09:00
2 changed files with 10 additions and 2 deletions

View file

@ -23,6 +23,8 @@ public:
IFrame,
};
static void set_default_favicon_path(String);
explicit FrameLoader(HTML::BrowsingContext&);
~FrameLoader();