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

LibWeb: Make Headers and HeadersIterator GC-allocated

This commit is contained in:
Andreas Kling 2022-09-04 12:48:49 +02:00
parent a8a42b4432
commit 96f6c7fae5
6 changed files with 62 additions and 67 deletions

View file

@ -450,8 +450,6 @@ class URLSearchParamsIterator;
namespace Web::Bindings {
class CryptoWrapper;
class DOMExceptionWrapper;
class HeadersWrapper;
class HeadersIteratorWrapper;
class IdleDeadlineWrapper;
class IntersectionObserverWrapper;
class LocationObject;