1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:07:45 +00:00

LibWeb: Add the missing PageTransitionEvent IDL constructor

This commit is contained in:
Idan Horowitz 2021-10-01 19:05:28 +03:00 committed by Andreas Kling
parent 4d71f22673
commit 1c4404c46a
4 changed files with 25 additions and 9 deletions

View file

@ -87,7 +87,7 @@ public:
float scroll_x() const;
float scroll_y() const;
void fire_a_page_transition_event(FlyString event_name, bool persisted);
void fire_a_page_transition_event(FlyString const& event_name, bool persisted);
float device_pixel_ratio() const;