mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
namespace Web {
|
||||
|
||||
LayoutTableRow::LayoutTableRow(DOM::Document& document, const DOM::Element& element, NonnullRefPtr<StyleProperties> style)
|
||||
LayoutTableRow::LayoutTableRow(DOM::Document& document, const DOM::Element& element, NonnullRefPtr<CSS::StyleProperties> style)
|
||||
: LayoutBox(document, &element, move(style))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user