mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM
This commit is contained in:
parent
e44fbbe5c0
commit
0759f54bd3
Notes:
sideshowbarker
2024-07-18 21:23:55 +09:00
Author: https://github.com/awesomekling
Commit: 0759f54bd3
10 changed files with 25 additions and 25 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace Web::CSS {
|
||||
|
||||
CSSStyleRule::CSSStyleRule(Vector<Selector>&& selectors, NonnullRefPtr<StyleDeclaration>&& declaration)
|
||||
CSSStyleRule::CSSStyleRule(Vector<Selector>&& selectors, NonnullRefPtr<CSSStyleDeclaration>&& declaration)
|
||||
: m_selectors(move(selectors))
|
||||
, m_declaration(move(declaration))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue