mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 15:09:42 +00:00
parent
7c8c05ee82
commit
0b998b8379
Notes:
github-actions[bot]
2025-08-11 11:24:22 +00:00
Author: https://github.com/AtkinsSJ
Commit: 0b998b8379
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5763
5 changed files with 36 additions and 4 deletions
|
@ -2286,7 +2286,7 @@ void perform_url_and_history_update_steps(DOM::Document& document, URL::URL new_
|
|||
if (serialized_data.has_value())
|
||||
document.restore_the_history_object_state(new_entry);
|
||||
|
||||
// 8. Set document's URL to newURL.
|
||||
// 8. Set the URL given document to newURL.
|
||||
document.set_url(new_url);
|
||||
|
||||
// 9. Set document's latest entry to newEntry.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue