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

LibWeb: Make Path2D GC-allocated

This commit is contained in:
Andreas Kling 2022-09-02 23:35:06 +02:00
parent 0d2fee351a
commit 2704bcdaaa
5 changed files with 28 additions and 17 deletions

View file

@ -463,7 +463,6 @@ class IdleDeadlineWrapper;
class IntersectionObserverWrapper;
class LocationObject;
class OptionConstructor;
class Path2DWrapper;
class RangePrototype;
class ResizeObserverWrapper;
class SelectionWrapper;