mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00
LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace
This commit is contained in:
parent
5f316cffba
commit
add6babef4
5 changed files with 10 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <LibWeb/CSS/Parser/Declaration.h>
|
||||
#include <LibWeb/CSS/Serialize.h>
|
||||
|
||||
namespace Web::CSS {
|
||||
namespace Web::CSS::Parser {
|
||||
|
||||
Declaration::Declaration() = default;
|
||||
Declaration::~Declaration() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue