mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-27 21:42:53 +00:00
LibWeb: Return correct type from CSSNestedDeclarations::style
We implement CSSStyleProperties so let's use it.
This commit is contained in:
parent
13ac6c4fde
commit
fe6d8131ae
Notes:
github-actions[bot]
2025-04-25 06:49:24 +00:00
Author: https://github.com/trflynn89
Commit: fe6d8131ae
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4462
3 changed files with 4 additions and 5 deletions
|
@ -22,7 +22,7 @@ public:
|
|||
|
||||
CSSStyleProperties const& declaration() const { return m_declaration; }
|
||||
|
||||
CSSStyleDeclaration* style();
|
||||
GC::Ref<CSSStyleProperties> style();
|
||||
|
||||
CSSStyleRule const& parent_style_rule() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue