summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLBodyElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLBodyElement.h')
-rw-r--r--Libraries/LibWeb/HTML/HTMLBodyElement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLBodyElement.h b/Libraries/LibWeb/HTML/HTMLBodyElement.h
index fe14fc86db..4c7da3db39 100644
--- a/Libraries/LibWeb/HTML/HTMLBodyElement.h
+++ b/Libraries/LibWeb/HTML/HTMLBodyElement.h
@@ -36,10 +36,10 @@ public:
virtual ~HTMLBodyElement() override;
virtual void parse_attribute(const FlyString&, const String&) override;
- virtual void apply_presentational_hints(StyleProperties&) const override;
+ virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
private:
- RefPtr<ImageStyleValue> m_background_style_value;
+ RefPtr<CSS::ImageStyleValue> m_background_style_value;
};
}