mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +00:00
LibWeb: Use east const in StyleValue.{h,cpp}
This commit is contained in:
parent
5d09f4abce
commit
58a0ca41a7
2 changed files with 16 additions and 16 deletions
|
@ -367,7 +367,7 @@ Color IdentifierStyleValue::to_color(Layout::NodeWithStyle const& node) const
|
|||
}
|
||||
}
|
||||
|
||||
ImageStyleValue::ImageStyleValue(const AK::URL& url, DOM::Document* document)
|
||||
ImageStyleValue::ImageStyleValue(AK::URL const& url, DOM::Document* document)
|
||||
: StyleValue(Type::Image)
|
||||
, m_url(url)
|
||||
, m_document(document)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue