mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
LibWeb: Make processBodyError
take an optional exception
Changed here:
018ac19838
This commit is contained in:
parent
ae5bb13f1f
commit
9c2d496dbe
10 changed files with 21 additions and 25 deletions
|
@ -219,7 +219,7 @@ JS::GCPtr<DOM::Document> load_document(Optional<HTML::NavigationParams> navigati
|
|||
}
|
||||
};
|
||||
|
||||
auto process_body_error = [](auto&) {
|
||||
auto process_body_error = [](auto) {
|
||||
// FIXME: Load html page with an error if read of body failed.
|
||||
TODO();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue