1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

LibWeb: Move StyleRule to Parser namespace

This commit is contained in:
Sam Atkins 2022-04-12 14:55:53 +01:00 committed by Andreas Kling
parent add6babef4
commit 7272997b1b
3 changed files with 8 additions and 7 deletions

View file

@ -105,6 +105,7 @@ class Declaration;
class DeclarationOrAtRule;
class Function;
class Parser;
class StyleRule;
}
namespace Web::DOM {