1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +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

@ -8,7 +8,7 @@
#include <LibWeb/CSS/Parser/StyleRule.h>
#include <LibWeb/CSS/Serialize.h>
namespace Web::CSS {
namespace Web::CSS::Parser {
StyleRule::StyleRule(StyleRule::Type type)
: m_type(type)