mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb: Update Location::reload()
to use navigables
This commit is contained in:
parent
dd7bba66ed
commit
083e4a3f30
Notes:
sideshowbarker
2024-07-16 22:22:13 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 083e4a3f30
Pull-request: https://github.com/SerenityOS/serenity/pull/18219
3 changed files with 11 additions and 11 deletions
|
@ -96,7 +96,6 @@ public:
|
|||
bool has_animation_frame_callbacks() const { return m_animation_frame_callback_driver.has_callbacks(); }
|
||||
|
||||
void did_set_location_href(Badge<Location>, AK::URL const& new_href);
|
||||
void did_call_location_reload(Badge<Location>);
|
||||
void did_call_location_replace(Badge<Location>, DeprecatedString url);
|
||||
|
||||
DOM::Event* current_event() { return m_current_event.ptr(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue