mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -38,7 +38,7 @@ Text::~Text()
|
||||
{
|
||||
}
|
||||
|
||||
RefPtr<LayoutNode> Text::create_layout_node(const StyleProperties*)
|
||||
RefPtr<LayoutNode> Text::create_layout_node(const CSS::StyleProperties*)
|
||||
{
|
||||
return adopt(*new LayoutText(document(), *this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user