mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Move ComponentValue to CSS::Parser namespace
This commit is contained in:
committed by
Andreas Kling
parent
c449cabae3
commit
fff2c35f51
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user