mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibWeb: Move/rename StyleBlockRule to Parser::Block
This commit is contained in:
parent
624df40e20
commit
3e49036edf
Notes:
sideshowbarker
2024-07-17 11:52:39 +09:00
Author: https://github.com/AtkinsSJ
Commit: 3e49036edf
Pull-request: https://github.com/SerenityOS/serenity/pull/13643
11 changed files with 36 additions and 39 deletions
|
@ -99,6 +99,7 @@ enum class ValueID;
|
|||
}
|
||||
|
||||
namespace Web::CSS::Parser {
|
||||
class Block;
|
||||
class ComponentValue;
|
||||
class Function;
|
||||
class Parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue