mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -52,7 +52,7 @@ void HTMLStyleElement::children_changed()
|
||||
if (m_stylesheet)
|
||||
document().style_sheets().add_sheet(*m_stylesheet);
|
||||
else
|
||||
document().style_sheets().add_sheet(StyleSheet::create({}));
|
||||
document().style_sheets().add_sheet(CSS::StyleSheet::create({}));
|
||||
HTMLElement::children_changed();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user