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

LibWeb: Port fire_a_synthetic_pointer_event() to new FlySring

This commit is contained in:
Kenneth Myhra 2023-04-09 11:26:59 +02:00 committed by Linus Groh
parent cbefab21be
commit 8f4d7f2854
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ public:
void blur();
bool fire_a_synthetic_pointer_event(DeprecatedFlyString const& type, DOM::Element& target, bool not_trusted);
bool fire_a_synthetic_pointer_event(FlyString const& type, DOM::Element& target, bool not_trusted);
// https://html.spec.whatwg.org/multipage/forms.html#category-label
virtual bool is_labelable() const { return false; }