mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
LibWeb: Update Location::replace()
to use navigables
This commit is contained in:
parent
acff244335
commit
d45f2a4952
4 changed files with 15 additions and 16 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
WebIDL::ExceptionOr<String> hash() const;
|
||||
WebIDL::ExceptionOr<void> set_hash(String const&);
|
||||
|
||||
void replace(String const& url) const;
|
||||
WebIDL::ExceptionOr<void> replace(String const& url);
|
||||
void reload() const;
|
||||
WebIDL::ExceptionOr<void> assign(String const& url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue