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

LibWeb: Make ImageData GC-allocated

This commit is contained in:
Andreas Kling 2022-09-02 23:07:05 +02:00
parent 4452b5ca09
commit 369dd42d67
7 changed files with 41 additions and 33 deletions

View file

@ -461,7 +461,6 @@ class FileWrapper;
class HeadersWrapper;
class HeadersIteratorWrapper;
class IdleDeadlineWrapper;
class ImageDataWrapper;
class IntersectionObserverWrapper;
class LocationObject;
class OptionConstructor;