mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02: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