Przeglądaj źródła

LibWeb: Add FormAssociatedElement to the forwarding header

Timothy Flynn 1 rok temu
rodzic
commit
23fb1209af
1 zmienionych plików z 1 dodań i 0 usunięć
  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;