mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +00:00
LibWeb: Make MutationRecord GC-allocated
This commit is contained in:
parent
48e0066371
commit
43ec0f734f
9 changed files with 72 additions and 71 deletions
|
@ -38,7 +38,7 @@ libweb_js_wrapper(DOM/Element NO_INSTANCE)
|
|||
libweb_js_wrapper(DOM/Event NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/EventTarget NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/HTMLCollection)
|
||||
libweb_js_wrapper(DOM/MutationRecord)
|
||||
libweb_js_wrapper(DOM/MutationRecord NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/MutationObserver)
|
||||
libweb_js_wrapper(DOM/NamedNodeMap NO_INSTANCE)
|
||||
libweb_js_wrapper(DOM/Node NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue