mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
LibWeb: Use east const in StyleValue.{h,cpp}
This commit is contained in:
parent
5d09f4abce
commit
58a0ca41a7
Notes:
sideshowbarker
2024-07-18 02:11:29 +09:00
Author: https://github.com/AtkinsSJ
Commit: 58a0ca41a7
Pull-request: https://github.com/SerenityOS/serenity/pull/10530
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