1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:27:35 +00:00

LibWeb: Make IntersectionObserver GC-allocated

This commit is contained in:
Andreas Kling 2022-09-04 14:14:22 +02:00
parent fe9c5395d4
commit 25daa14a05
4 changed files with 24 additions and 14 deletions

View file

@ -449,7 +449,6 @@ class URLSearchParamsIterator;
namespace Web::Bindings {
class DOMExceptionWrapper;
class IntersectionObserverWrapper;
class LocationObject;
class OptionConstructor;
class RangePrototype;