summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-09-04 14:14:22 +0200
committerAndreas Kling <kling@serenityos.org>2022-09-06 00:27:09 +0200
commit25daa14a054a1866afbe881fe4d055c07e1d70c4 (patch)
tree46470e665f60f401a23430bb1f87ba7405c7f4e5 /Userland/Libraries/LibWeb/Forward.h
parentfe9c5395d4de6f0127e46ef20f0f86ff22fbde91 (diff)
downloadserenity-25daa14a054a1866afbe881fe4d055c07e1d70c4.zip
LibWeb: Make IntersectionObserver GC-allocated
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r--Userland/Libraries/LibWeb/Forward.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h
index 2ce0367fe5..bc711fdb32 100644
--- a/Userland/Libraries/LibWeb/Forward.h
+++ b/Userland/Libraries/LibWeb/Forward.h
@@ -449,7 +449,6 @@ class URLSearchParamsIterator;
namespace Web::Bindings {
class DOMExceptionWrapper;
-class IntersectionObserverWrapper;
class LocationObject;
class OptionConstructor;
class RangePrototype;