1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:57:44 +00:00

LibWeb: Make AbortController GC-allocated

This commit is contained in:
Andreas Kling 2022-09-02 14:59:27 +02:00
parent 18ca15b2cc
commit b8d485e6f0
4 changed files with 33 additions and 23 deletions

View file

@ -448,7 +448,6 @@ class URLSearchParamsIterator;
}
namespace Web::Bindings {
class AbortControllerWrapper;
class BlobWrapper;
class CanvasGradientWrapper;
class CanvasRenderingContext2DWrapper;