mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-27 01:50:24 +00:00
LibWeb: Add FormAssociatedElement to the forwarding header
This commit is contained in:
parent
fb270289a4
commit
23fb1209af
Notes:
sideshowbarker
2024-07-17 17:49:11 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/23fb1209af Pull-request: https://github.com/SerenityOS/serenity/pull/23032 Issue: https://github.com/SerenityOS/serenity/issues/22537 Issue: https://github.com/SerenityOS/serenity/issues/22705 Issue: https://github.com/SerenityOS/serenity/issues/23008 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/Lubrsi
1 changed files with 1 additions and 0 deletions
|
@ -340,6 +340,7 @@ class DOMStringMap;
|
|||
class ErrorEvent;
|
||||
class EventHandler;
|
||||
class EventLoop;
|
||||
class FormAssociatedElement;
|
||||
class FormDataEvent;
|
||||
class History;
|
||||
class HTMLAnchorElement;
|
||||
|
|
Loading…
Reference in a new issue