diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/Window.h')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/Window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/Window.h b/Userland/Libraries/LibWeb/HTML/Window.h index e421ea90ef..be0b944a5e 100644 --- a/Userland/Libraries/LibWeb/HTML/Window.h +++ b/Userland/Libraries/LibWeb/HTML/Window.h @@ -106,7 +106,7 @@ public: Optional<CSS::MediaFeatureValue> query_media_feature(CSS::MediaFeatureID) const; - void fire_a_page_transition_event(DeprecatedFlyString const& event_name, bool persisted); + void fire_a_page_transition_event(FlyString const& event_name, bool persisted); WebIDL::ExceptionOr<JS::NonnullGCPtr<Storage>> local_storage(); WebIDL::ExceptionOr<JS::NonnullGCPtr<Storage>> session_storage(); |