mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Upgrade stylo to 2024-05-15 (#32334)
* Upgrade stylo to 2024-05-15 * Fixup for https://phabricator.services.mozilla.com/D208599 * Fixup for https://phabricator.services.mozilla.com/D208569 * Fixup for https://phabricator.services.mozilla.com/D207796 * Fixup for https://phabricator.services.mozilla.com/D209690 * hashbrown and indexmap are no longer duplicated
This commit is contained in:
parent
43a3c9c319
commit
453ac11e3d
8 changed files with 47 additions and 75 deletions
|
@ -366,7 +366,7 @@ where
|
|||
match &pseudo_element_style.get_counters().content {
|
||||
Content::Items(ref items) => {
|
||||
let mut vec = vec![];
|
||||
for item in items.iter() {
|
||||
for item in items.items.iter() {
|
||||
match item {
|
||||
ContentItem::String(s) => {
|
||||
vec.push(PseudoElementContentItem::Text(s.to_string()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue