diff options
author | Andreas Kling <kling@serenityos.org> | 2022-09-01 17:13:18 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-09-06 00:27:09 +0200 |
commit | 43ec0f734f262517ab729b6dabdae43ac34774fa (patch) | |
tree | b53b91f94bfba08efa462096ff7922cc554a109b /Userland/Libraries/LibWeb/Forward.h | |
parent | 48e0066371a3e4a4d5b743579747c76bf3c46ea4 (diff) | |
download | serenity-43ec0f734f262517ab729b6dabdae43ac34774fa.zip |
LibWeb: Make MutationRecord 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 fa0d028ab4..7778d40efd 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -470,7 +470,6 @@ class IntersectionObserverWrapper; class LocationObject; class MessageChannelWrapper; class MutationObserverWrapper; -class MutationRecordWrapper; class OptionConstructor; class Path2DWrapper; class RangePrototype; |