mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -46,7 +46,7 @@ HTMLInputElement::~HTMLInputElement()
|
||||
{
|
||||
}
|
||||
|
||||
RefPtr<LayoutNode> HTMLInputElement::create_layout_node(const StyleProperties* parent_style)
|
||||
RefPtr<LayoutNode> HTMLInputElement::create_layout_node(const CSS::StyleProperties* parent_style)
|
||||
{
|
||||
ASSERT(document().frame());
|
||||
auto& frame = *document().frame();
|
||||
|
||||
Reference in New Issue
Block a user