summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/Progress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/Progress.cpp')
-rw-r--r--Userland/Libraries/LibWeb/Layout/Progress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/Progress.cpp b/Userland/Libraries/LibWeb/Layout/Progress.cpp
index e131fda718..d445b333e1 100644
--- a/Userland/Libraries/LibWeb/Layout/Progress.cpp
+++ b/Userland/Libraries/LibWeb/Layout/Progress.cpp
@@ -21,7 +21,7 @@ Progress::~Progress()
{
}
-OwnPtr<Painting::Paintable> Progress::create_paintable() const
+RefPtr<Painting::Paintable> Progress::create_paintable() const
{
return Painting::ProgressPaintable::create(*this);
}