mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
namespace Web {
|
||||
|
||||
LayoutListItem::LayoutListItem(DOM::Document& document, const DOM::Element& element, NonnullRefPtr<StyleProperties> style)
|
||||
LayoutListItem::LayoutListItem(DOM::Document& document, const DOM::Element& element, NonnullRefPtr<CSS::StyleProperties> style)
|
||||
: LayoutBlock(document, &element, move(style))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user