diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/Painting/MarkerPaintable.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Painting/MarkerPaintable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Painting/MarkerPaintable.h b/Userland/Libraries/LibWeb/Painting/MarkerPaintable.h index f0551c6b7a..011366d0ec 100644 --- a/Userland/Libraries/LibWeb/Painting/MarkerPaintable.h +++ b/Userland/Libraries/LibWeb/Painting/MarkerPaintable.h @@ -13,7 +13,7 @@ namespace Web::Painting { class MarkerPaintable final : public PaintableBox { public: - static NonnullOwnPtr<MarkerPaintable> create(Layout::ListItemMarkerBox const&); + static NonnullRefPtr<MarkerPaintable> create(Layout::ListItemMarkerBox const&); virtual void paint(PaintContext&, PaintPhase) const override; |