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
commit d45f2a4952
Notes: sideshowbarker 2024-07-17 02:23:25 +09:00
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);