mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
LibWeb: Rename StyleRule -> Rule
This name is what's used in the spec, and is a little less confusing.
This commit is contained in:
parent
cf24dc2e0c
commit
431a9938a8
8 changed files with 43 additions and 43 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace Web::CSS::Parser {
|
||||
|
||||
DeclarationOrAtRule::DeclarationOrAtRule(RefPtr<StyleRule> at)
|
||||
DeclarationOrAtRule::DeclarationOrAtRule(RefPtr<Rule> at)
|
||||
: m_type(DeclarationType::At)
|
||||
, m_at(move(at))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue