mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
LibWeb: Make DOMParser GC-allocated
This commit is contained in:
parent
8341f142ea
commit
d5e831988e
4 changed files with 18 additions and 20 deletions
|
@ -64,7 +64,7 @@ libweb_js_wrapper(Geometry/DOMRectReadOnly)
|
|||
libweb_js_wrapper(HTML/CanvasGradient)
|
||||
libweb_js_wrapper(HTML/CanvasRenderingContext2D)
|
||||
libweb_js_wrapper(HTML/CloseEvent NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/DOMParser)
|
||||
libweb_js_wrapper(HTML/DOMParser NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/DOMStringMap NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/ErrorEvent NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/History)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue