mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -55,7 +55,7 @@ static bool is_all_whitespace(const StringView& string)
|
||||
return true;
|
||||
}
|
||||
|
||||
const String& LayoutText::text_for_style(const StyleProperties& style) const
|
||||
const String& LayoutText::text_for_style(const CSS::StyleProperties& style) const
|
||||
{
|
||||
static String one_space = " ";
|
||||
if (is_all_whitespace(node().data())) {
|
||||
|
||||
Reference in New Issue
Block a user