diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-10-16 15:30:21 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-17 13:51:10 +0100 |
commit | 2a3ac02ef1e84e0b772dff99cf5f2e66c9e1fe7e (patch) | |
tree | ef64e451992abae39933384e0a3406d2083125bf /Userland/Libraries/LibWeb/Forward.h | |
parent | 454d21871642671b715f53e3e244b980943e205a (diff) | |
download | serenity-2a3ac02ef1e84e0b772dff99cf5f2e66c9e1fe7e.zip |
LibWeb: Implement (most of) NamedNodeMap to store attributes
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Forward.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h index 2f3dd779dd..791a3b0fc3 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -88,6 +88,7 @@ class EventListener; class EventTarget; class HTMLCollection; class LiveNodeList; +class NamedNodeMap; class Node; class NodeList; class ParentNode; @@ -400,6 +401,7 @@ class MessageChannelWrapper; class MessageEventWrapper; class MessagePortWrapper; class MouseEventWrapper; +class NamedNodeMapWrapper; class NodeListWrapper; class NodeWrapper; class PageTransitionEventWrapper; |