Browse Source

LibWeb: Add FormAssociatedElement to the forwarding header

Timothy Flynn 1 year ago
parent
commit
23fb1209af
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Userland/Libraries/LibWeb/Forward.h

+ 1 - 0
Userland/Libraries/LibWeb/Forward.h

@@ -340,6 +340,7 @@ class DOMStringMap;
 class ErrorEvent;
 class EventHandler;
 class EventLoop;
+class FormAssociatedElement;
 class FormDataEvent;
 class History;
 class HTMLAnchorElement;