summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/MarkerPaintable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Painting/MarkerPaintable.h')
-rw-r--r--Userland/Libraries/LibWeb/Painting/MarkerPaintable.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Painting/MarkerPaintable.h b/Userland/Libraries/LibWeb/Painting/MarkerPaintable.h
index 77e8edee1d..5f18c6a48f 100644
--- a/Userland/Libraries/LibWeb/Painting/MarkerPaintable.h
+++ b/Userland/Libraries/LibWeb/Painting/MarkerPaintable.h
@@ -12,8 +12,10 @@
namespace Web::Painting {
class MarkerPaintable final : public PaintableBox {
+ JS_CELL(MarkerPaintable, PaintableBox);
+
public:
- static NonnullRefPtr<MarkerPaintable> create(Layout::ListItemMarkerBox const&);
+ static JS::NonnullGCPtr<MarkerPaintable> create(Layout::ListItemMarkerBox const&);
virtual void paint(PaintContext&, PaintPhase) const override;