mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace
This commit is contained in:
parent
5f316cffba
commit
add6babef4
5 changed files with 10 additions and 8 deletions
|
@ -101,6 +101,8 @@ enum class ValueID;
|
|||
namespace Web::CSS::Parser {
|
||||
class Block;
|
||||
class ComponentValue;
|
||||
class Declaration;
|
||||
class DeclarationOrAtRule;
|
||||
class Function;
|
||||
class Parser;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue