mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
LibWeb: Make IdleDeadline GC-allocated
This commit is contained in:
parent
8f2a711132
commit
915a240944
5 changed files with 22 additions and 22 deletions
|
@ -157,7 +157,7 @@ libweb_js_wrapper(HTML/WorkerNavigator)
|
|||
libweb_js_wrapper(HighResolutionTime/Performance NO_INSTANCE)
|
||||
libweb_js_wrapper(IntersectionObserver/IntersectionObserver)
|
||||
libweb_js_wrapper(NavigationTiming/PerformanceTiming NO_INSTANCE)
|
||||
libweb_js_wrapper(RequestIdleCallback/IdleDeadline)
|
||||
libweb_js_wrapper(RequestIdleCallback/IdleDeadline NO_INSTANCE)
|
||||
libweb_js_wrapper(ResizeObserver/ResizeObserver)
|
||||
libweb_js_wrapper(SVG/SVGAnimatedLength NO_INSTANCE)
|
||||
libweb_js_wrapper(SVG/SVGClipPathElement NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue