mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
LibWeb: Allow configuring the default favicon path
This is useful when using LibWeb in environments that aren't Serenity
This commit is contained in:
parent
c5a249a949
commit
26bb95425d
2 changed files with 10 additions and 2 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
IFrame,
|
||||
};
|
||||
|
||||
static void set_default_favicon_path(String);
|
||||
|
||||
explicit FrameLoader(HTML::BrowsingContext&);
|
||||
~FrameLoader();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue