LibWeb: Return correct type from CSSNestedDeclarations::style

We implement CSSStyleProperties so let's use it.
This commit is contained in:
Timothy Flynn 2025-04-24 22:13:14 -04:00 committed by Andreas Kling
parent 13ac6c4fde
commit fe6d8131ae
Notes: github-actions[bot] 2025-04-25 06:49:24 +00:00
3 changed files with 4 additions and 5 deletions

View file

@ -22,7 +22,7 @@ public:
CSSStyleProperties const& declaration() const { return m_declaration; }
CSSStyleDeclaration* style();
GC::Ref<CSSStyleProperties> style();
CSSStyleRule const& parent_style_rule() const;