LibWeb: Put PaintableWithLines in dedicated GC allocator

This commit is contained in:
Andreas Kling 2025-04-21 01:09:46 +02:00 committed by Andreas Kling
commit c394344e7d
Notes: github-actions[bot] 2025-04-22 10:11:05 +00:00
2 changed files with 3 additions and 0 deletions

View file

@ -317,6 +317,7 @@ private:
class PaintableWithLines : public PaintableBox {
GC_CELL(PaintableWithLines, PaintableBox);
GC_DECLARE_ALLOCATOR(PaintableWithLines);
public:
static GC::Ref<PaintableWithLines> create(Layout::BlockContainer const&);