mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:37:46 +00:00
LibWeb: Make ResizeObserver GC-allocated
This commit is contained in:
parent
915a240944
commit
0dc2c27fa3
4 changed files with 24 additions and 14 deletions
|
@ -158,7 +158,7 @@ libweb_js_wrapper(HighResolutionTime/Performance NO_INSTANCE)
|
|||
libweb_js_wrapper(IntersectionObserver/IntersectionObserver)
|
||||
libweb_js_wrapper(NavigationTiming/PerformanceTiming NO_INSTANCE)
|
||||
libweb_js_wrapper(RequestIdleCallback/IdleDeadline NO_INSTANCE)
|
||||
libweb_js_wrapper(ResizeObserver/ResizeObserver)
|
||||
libweb_js_wrapper(ResizeObserver/ResizeObserver NO_INSTANCE)
|
||||
libweb_js_wrapper(SVG/SVGAnimatedLength NO_INSTANCE)
|
||||
libweb_js_wrapper(SVG/SVGClipPathElement NO_INSTANCE)
|
||||
libweb_js_wrapper(SVG/SVGDefsElement NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue