浏览代码

LibWeb: Add FormAssociatedElement to the forwarding header

Timothy Flynn 1 年之前
父节点
当前提交
23fb1209af
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;