mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:48:12 +00:00
LibWeb: Make CanvasGradient GC-allocated
This commit is contained in:
parent
369dd42d67
commit
0d2fee351a
5 changed files with 32 additions and 27 deletions
|
@ -61,7 +61,7 @@ libweb_js_wrapper(Geometry/DOMPointReadOnly)
|
|||
libweb_js_wrapper(Geometry/DOMRect)
|
||||
libweb_js_wrapper(Geometry/DOMRectList)
|
||||
libweb_js_wrapper(Geometry/DOMRectReadOnly)
|
||||
libweb_js_wrapper(HTML/CanvasGradient)
|
||||
libweb_js_wrapper(HTML/CanvasGradient NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/CanvasRenderingContext2D NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/CloseEvent NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/DOMParser NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue