mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:57:44 +00:00
LibWeb: Make Selection GC-allocated
This commit is contained in:
parent
be9d3860b9
commit
8f2a711132
5 changed files with 24 additions and 14 deletions
|
@ -175,7 +175,7 @@ libweb_js_wrapper(SVG/SVGPolylineElement NO_INSTANCE)
|
|||
libweb_js_wrapper(SVG/SVGRectElement NO_INSTANCE)
|
||||
libweb_js_wrapper(SVG/SVGSVGElement NO_INSTANCE)
|
||||
libweb_js_wrapper(SVG/SVGTextContentElement NO_INSTANCE)
|
||||
libweb_js_wrapper(Selection/Selection)
|
||||
libweb_js_wrapper(Selection/Selection NO_INSTANCE)
|
||||
libweb_js_wrapper(UIEvents/FocusEvent NO_INSTANCE)
|
||||
libweb_js_wrapper(UIEvents/KeyboardEvent NO_INSTANCE)
|
||||
libweb_js_wrapper(UIEvents/MouseEvent NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue