mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
LibWeb: Make IntersectionObserver GC-allocated
This commit is contained in:
parent
fe9c5395d4
commit
25daa14a05
4 changed files with 24 additions and 14 deletions
|
@ -155,7 +155,7 @@ libweb_js_wrapper(HTML/WorkerGlobalScope NO_INSTANCE)
|
|||
libweb_js_wrapper(HTML/WorkerLocation)
|
||||
libweb_js_wrapper(HTML/WorkerNavigator)
|
||||
libweb_js_wrapper(HighResolutionTime/Performance NO_INSTANCE)
|
||||
libweb_js_wrapper(IntersectionObserver/IntersectionObserver)
|
||||
libweb_js_wrapper(IntersectionObserver/IntersectionObserver NO_INSTANCE)
|
||||
libweb_js_wrapper(NavigationTiming/PerformanceTiming NO_INSTANCE)
|
||||
libweb_js_wrapper(RequestIdleCallback/IdleDeadline NO_INSTANCE)
|
||||
libweb_js_wrapper(ResizeObserver/ResizeObserver NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue