mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
parent
a0b44ff5e7
commit
85b424464a
Notes:
github-actions[bot]
2025-01-21 16:49:39 +00:00
Author: https://github.com/trflynn89
Commit: 85b424464a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3335
191 changed files with 574 additions and 574 deletions
|
@ -211,7 +211,7 @@ WebIDL::ExceptionOr<void> History::shared_history_push_replace_state(JS::Value d
|
|||
}
|
||||
|
||||
// 7. Let navigation be history's relevant global object's navigation API.
|
||||
auto navigation = verify_cast<Window>(relevant_global_object(*this)).navigation();
|
||||
auto navigation = as<Window>(relevant_global_object(*this)).navigation();
|
||||
|
||||
// 8. Let continue be the result of firing a push/replace/reload navigate event at navigation
|
||||
// with navigationType set to historyHandling, isSameDocument set to true, destinationURL set to newURL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue