LibWeb: Move ComponentValue to CSS::Parser namespace

This commit is contained in:
Sam Atkins 2022-04-12 12:13:10 +01:00 committed by Andreas Kling
commit fff2c35f51
Notes: sideshowbarker 2024-07-17 11:53:00 +09:00
11 changed files with 26 additions and 23 deletions

View file

@ -9,7 +9,7 @@
#include <LibWeb/CSS/Parser/StyleBlockRule.h>
#include <LibWeb/CSS/Parser/StyleFunctionRule.h>
namespace Web::CSS {
namespace Web::CSS::Parser {
ComponentValue::ComponentValue(Token token)
: m_value(token)