1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:37:46 +00:00

LibWeb: Make SubtleCrypto GC-allocated

This commit is contained in:
Andreas Kling 2022-09-03 19:59:53 +02:00
parent 2ac8e3db3a
commit 7a9b8ced38
8 changed files with 38 additions and 29 deletions

View file

@ -466,7 +466,6 @@ class OptionConstructor;
class RangePrototype;
class ResizeObserverWrapper;
class SelectionWrapper;
class SubtleCryptoWrapper;
class TextDecoderWrapper;
class TextEncoderWrapper;
class URLSearchParamsIteratorWrapper;