Skip to content

Commit 4ddfe54

Browse files
committed
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
1 parent 58f6965 commit 4ddfe54

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

style/values/specified/image.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,12 @@ impl PaintWorklet {
12911291
.try_parse(|input| {
12921292
input.expect_comma()?;
12931293
input.parse_comma_separated(|input| {
1294-
SpecifiedValue::parse(input, &context.url_data).map(Arc::new)
1294+
SpecifiedValue::parse(
1295+
input,
1296+
Some(&context.namespaces.prefixes),
1297+
&context.url_data,
1298+
)
1299+
.map(Arc::new)
12951300
})
12961301
})
12971302
.unwrap_or_default();

0 commit comments

Comments
 (0)