LibWeb: Move Token and Tokenizer into Parser namespace

This commit is contained in:
Sam Atkins
2022-04-12 15:10:08 +01:00
committed by Andreas Kling
parent 7272997b1b
commit bf786d66b1
Notes: sideshowbarker 2024-07-17 11:52:11 +09:00
8 changed files with 52 additions and 51 deletions

View File

@@ -9,7 +9,7 @@
#include <LibWeb/CSS/Parser/Token.h>
#include <LibWeb/CSS/Serialize.h>
namespace Web::CSS {
namespace Web::CSS::Parser {
String Token::to_string() const
{