mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace
This commit is contained in:
committed by
Andreas Kling
parent
5f316cffba
commit
add6babef4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user