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:
parent
4d71f22673
commit
1c4404c46a
4 changed files with 25 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue