mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibWeb: Rename parse_css() -> parse_css_stylesheet()
This commit is contained in:
committed by
Andreas Kling
parent
820a653725
commit
05bd0ca3ee
@@ -5224,7 +5224,7 @@ TimePercentage Parser::Dimension::time_percentage() const
|
||||
|
||||
namespace Web {
|
||||
|
||||
RefPtr<CSS::CSSStyleSheet> parse_css(CSS::ParsingContext const& context, StringView css)
|
||||
RefPtr<CSS::CSSStyleSheet> parse_css_stylesheet(CSS::ParsingContext const& context, StringView css)
|
||||
{
|
||||
if (css.is_empty())
|
||||
return CSS::CSSStyleSheet::create({});
|
||||
|
||||
Reference in New Issue
Block a user