mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
LibWeb: Make NodeList GC-allocated
This commit is contained in:
parent
8f4ea4e308
commit
48e0066371
16 changed files with 128 additions and 57 deletions
|
@ -43,7 +43,7 @@ libweb_js_wrapper(DOM/MutationObserver)
|
|||
libweb_js_wrapper(DOM/NamedNodeMap NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/Node NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/NodeIterator NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/NodeList)
|
||||
libweb_js_wrapper(DOM/NodeList NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/ProcessingInstruction NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/Range NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/ShadowRoot NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue