1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:58:11 +00:00

LibWeb: Make ResizeObserver GC-allocated

This commit is contained in:
Andreas Kling 2022-09-04 13:33:07 +02:00
parent 915a240944
commit 0dc2c27fa3
4 changed files with 24 additions and 14 deletions

View file

@ -453,7 +453,6 @@ class IntersectionObserverWrapper;
class LocationObject;
class OptionConstructor;
class RangePrototype;
class ResizeObserverWrapper;
class URLSearchParamsIteratorWrapper;
class URLSearchParamsWrapper;
class URLWrapper;