diff options
author | Andreas Kling <kling@serenityos.org> | 2022-08-08 15:19:46 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-09-06 00:27:09 +0200 |
commit | 0176d42f4977dc1ab21db3b172f2b5f8be3fe3e7 (patch) | |
tree | becb797f2411bb6e3aaa7f058b495d1be9ac65ed /Userland/Libraries/LibWeb/Forward.h | |
parent | a56b3f986228c7b5d1b2cb082f760dbed5e50119 (diff) | |
download | serenity-0176d42f4977dc1ab21db3b172f2b5f8be3fe3e7.zip |
LibWeb: Make DOMTokenList GC-allocated
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Forward.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h index 17860ad5e1..282c31f1cf 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -471,7 +471,6 @@ class DOMPointReadOnlyWrapper; class DOMRectListWrapper; class DOMRectReadOnlyWrapper; class DOMRectWrapper; -class DOMTokenListWrapper; class ElementWrapper; class ErrorEventWrapper; class EventListenerWrapper; |