mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
LibWeb: Make NodeIterator GC-allocated
This commit is contained in:
parent
8cda70c892
commit
bd629c45b5
7 changed files with 38 additions and 30 deletions
|
@ -42,7 +42,7 @@ libweb_js_wrapper(DOM/MutationRecord)
|
|||
libweb_js_wrapper(DOM/MutationObserver)
|
||||
libweb_js_wrapper(DOM/NamedNodeMap NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/Node)
|
||||
libweb_js_wrapper(DOM/NodeIterator)
|
||||
libweb_js_wrapper(DOM/NodeIterator NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/NodeList)
|
||||
libweb_js_wrapper(DOM/ProcessingInstruction)
|
||||
libweb_js_wrapper(DOM/Range)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue