mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Remove spin_until from create_navigation_params_by_fetching
This is in similar fashion and reason to e095bf3
This commit is contained in:
parent
ed9c0c1e09
commit
7f7babe735
Notes:
github-actions[bot]
2025-11-07 03:09:35 +00:00
Author: https://github.com/Lubrsi
Commit: 7f7babe735
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6355
Reviewed-by: https://github.com/kalenikaliaksandr ✅
Reviewed-by: https://github.com/trflynn89
5 changed files with 503 additions and 435 deletions
|
|
@ -24,6 +24,7 @@ void NavigationParams::visit_edges(Visitor& visitor)
|
|||
visitor.visit(request);
|
||||
visitor.visit(response);
|
||||
visitor.visit(fetch_controller);
|
||||
visitor.visit(commit_early_hints);
|
||||
visitor.visit(reserved_environment);
|
||||
visitor.visit(policy_container);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue