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
commit add6babef4
Notes: sideshowbarker 2024-07-17 11:52:19 +09:00
5 changed files with 10 additions and 8 deletions

View file

@ -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;