mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
namespace Web {
|
||||
|
||||
LayoutDocument::LayoutDocument(DOM::Document& document, NonnullRefPtr<StyleProperties> style)
|
||||
LayoutDocument::LayoutDocument(DOM::Document& document, NonnullRefPtr<CSS::StyleProperties> style)
|
||||
: LayoutBlock(document, &document, move(style))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user