mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
LibWeb: Port fire_a_page_transition_event() to new FlyString
This commit is contained in:
parent
bf048da8cb
commit
cbefab21be
6 changed files with 7 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue