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:
parent
cbefab21be
commit
8f4d7f2854
2 changed files with 4 additions and 4 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue