mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
namespace Web {
|
||||
|
||||
LayoutImage::LayoutImage(DOM::Document& document, const DOM::Element& element, NonnullRefPtr<StyleProperties> style, const ImageLoader& image_loader)
|
||||
LayoutImage::LayoutImage(DOM::Document& document, const DOM::Element& element, NonnullRefPtr<CSS::StyleProperties> style, const ImageLoader& image_loader)
|
||||
: LayoutReplaced(document, element, move(style))
|
||||
, m_image_loader(image_loader)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user