mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace
This commit is contained in:
parent
5f316cffba
commit
add6babef4
Notes:
sideshowbarker
2024-07-17 11:52:19 +09:00
Author: https://github.com/AtkinsSJ
Commit: add6babef4
Pull-request: https://github.com/SerenityOS/serenity/pull/13643
5 changed files with 10 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue