mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:07:44 +00:00
LibWeb: Make MessageChannel GC-allocated
This commit is contained in:
parent
2bba97964b
commit
2ff7e37048
4 changed files with 34 additions and 26 deletions
|
@ -141,7 +141,7 @@ libweb_js_wrapper(HTML/HTMLUListElement NO_INSTANCE)
|
|||
libweb_js_wrapper(HTML/HTMLUnknownElement NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/HTMLVideoElement NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/ImageData)
|
||||
libweb_js_wrapper(HTML/MessageChannel)
|
||||
libweb_js_wrapper(HTML/MessageChannel NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/MessageEvent NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/MessagePort NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/PageTransitionEvent NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue