LibWeb: Move/rename StyleBlockRule to Parser::Block

This commit is contained in:
Sam Atkins 2022-04-12 14:08:26 +01:00 committed by Andreas Kling
commit 3e49036edf
Notes: sideshowbarker 2024-07-17 11:52:39 +09:00
11 changed files with 36 additions and 39 deletions

View file

@ -99,6 +99,7 @@ enum class ValueID;
}
namespace Web::CSS::Parser {
class Block;
class ComponentValue;
class Function;
class Parser;