mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:57:44 +00:00
LibWeb: Make Storage GC-allocated
This commit is contained in:
parent
d7c6298d8b
commit
2ac8e3db3a
7 changed files with 32 additions and 37 deletions
|
@ -147,7 +147,7 @@ libweb_js_wrapper(HTML/MessagePort NO_INSTANCE)
|
|||
libweb_js_wrapper(HTML/PageTransitionEvent NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/Path2D NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/PromiseRejectionEvent NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/Storage)
|
||||
libweb_js_wrapper(HTML/Storage NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/SubmitEvent NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/TextMetrics NO_INSTANCE)
|
||||
libweb_js_wrapper(HTML/Worker NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue