mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
LibWeb: Make Crypto GC-allocated
This commit is contained in:
parent
96f6c7fae5
commit
be9d3860b9
6 changed files with 30 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
# This file is included from "Meta/CMake/libweb_data.cmake"
|
||||
# It is defined here so that there is no need to go to the Meta directory when adding new idl files
|
||||
|
||||
libweb_js_wrapper(Crypto/Crypto)
|
||||
libweb_js_wrapper(Crypto/Crypto NO_INSTANCE)
|
||||
libweb_js_wrapper(Crypto/SubtleCrypto NO_INSTANCE)
|
||||
libweb_js_wrapper(CSS/CSSConditionRule NO_INSTANCE)
|
||||
libweb_js_wrapper(CSS/CSSFontFaceRule NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue