mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user