mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
LibWeb: Add HTMLElement::did_receive_focus()
This commit is contained in:
parent
6b17ab77f3
commit
5d76fa72e9
2 changed files with 11 additions and 0 deletions
|
@ -82,6 +82,7 @@ private:
|
|||
|
||||
// ^HTML::GlobalEventHandlers
|
||||
virtual DOM::EventTarget& global_event_handlers_to_event_target(FlyString const&) override { return *this; }
|
||||
virtual void did_receive_focus() override;
|
||||
|
||||
JS::GCPtr<DOMStringMap> m_dataset;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue