LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace

This commit is contained in:
Sam Atkins
2022-04-12 14:51:19 +01:00
committed by Andreas Kling
parent 5f316cffba
commit add6babef4
5 changed files with 10 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
#include <LibWeb/CSS/Parser/DeclarationOrAtRule.h>
namespace Web::CSS {
namespace Web::CSS::Parser {
DeclarationOrAtRule::DeclarationOrAtRule(RefPtr<StyleRule> at)
: m_type(DeclarationType::At)