1
Fork 0
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:
Aliaksandr Kalenik 2023-08-22 18:49:28 +02:00 committed by Andreas Kling
parent acff244335
commit d45f2a4952
4 changed files with 15 additions and 16 deletions

View file

@ -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);