mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Move Token and Tokenizer into Parser namespace
This commit is contained in:
committed by
Andreas Kling
parent
7272997b1b
commit
bf786d66b1
Notes:
sideshowbarker
2024-07-17 11:52:11 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/bf786d66b1 Pull-request: https://github.com/SerenityOS/serenity/pull/13643
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user