LibWeb: Make Crypto GC-allocated

This commit is contained in:
Andreas Kling 2022-09-04 13:15:05 +02:00
commit be9d3860b9
Notes: sideshowbarker 2024-07-17 07:25:10 +09:00
6 changed files with 30 additions and 24 deletions

View file

@ -448,7 +448,6 @@ class URLSearchParamsIterator;
}
namespace Web::Bindings {
class CryptoWrapper;
class DOMExceptionWrapper;
class IdleDeadlineWrapper;
class IntersectionObserverWrapper;