mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
LibWeb: Allow configuring the default error page path
This commit is contained in:
parent
26bb95425d
commit
bf6c4835e6
2 changed files with 9 additions and 2 deletions
|
@ -24,6 +24,7 @@ public:
|
|||
};
|
||||
|
||||
static void set_default_favicon_path(String);
|
||||
static void set_error_page_url(String);
|
||||
|
||||
explicit FrameLoader(HTML::BrowsingContext&);
|
||||
~FrameLoader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue