mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibWeb: Move Token and Tokenizer into Parser namespace
This commit is contained in:
parent
7272997b1b
commit
bf786d66b1
Notes:
sideshowbarker
2024-07-17 11:52:11 +09:00
Author: https://github.com/AtkinsSJ
Commit: bf786d66b1
Pull-request: https://github.com/SerenityOS/serenity/pull/13643
8 changed files with 52 additions and 51 deletions
|
@ -106,6 +106,8 @@ class DeclarationOrAtRule;
|
|||
class Function;
|
||||
class Parser;
|
||||
class StyleRule;
|
||||
class Token;
|
||||
class Tokenizer;
|
||||
}
|
||||
|
||||
namespace Web::DOM {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue