mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Change SpecifiedUrl::for_cascade to take ServoUrl
This commit is contained in:
parent
56f236724c
commit
fed488cd01
3 changed files with 4 additions and 4 deletions
|
@ -397,7 +397,7 @@ impl LayoutElementHelpers for LayoutJS<Element> {
|
|||
PropertyDeclaration::BackgroundImage(DeclaredValue::Value(
|
||||
background_image::SpecifiedValue(vec![
|
||||
background_image::single_value::SpecifiedValue(Some(
|
||||
specified::Image::for_cascade(Some(url.into()), specified::url::UrlExtraData { })
|
||||
specified::Image::for_cascade(url.into(), specified::url::UrlExtraData { })
|
||||
))
|
||||
])))));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue