mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:37:36 +00:00
LibWeb: Rename StyleValue::Type::Url -> URL
This matches the URLStyleValue name. (This will be important shortly.)
This commit is contained in:
parent
01cc14714e
commit
fae05faf7f
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
|
||||
private:
|
||||
URLStyleValue(AK::URL const& url)
|
||||
: StyleValueWithDefaultOperators(Type::Url)
|
||||
: StyleValueWithDefaultOperators(Type::URL)
|
||||
, m_url(url)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue