diff --git a/components/style/properties/declaration_block.rs b/components/style/properties/declaration_block.rs index baf68d071b0..6ef2c0e73ea 100644 --- a/components/style/properties/declaration_block.rs +++ b/components/style/properties/declaration_block.rs @@ -788,7 +788,7 @@ impl PropertyDeclarationBlock { // properties in a declaration block, and that custom // properties can't be part of a shorthand, we can just care // about them here. - append_serialization::>, _>( + append_serialization::>, _>( dest, &property, AppendableValue::Declaration(declaration), @@ -928,7 +928,7 @@ impl PropertyDeclarationBlock { }; // Substeps 7 and 8 - append_serialization::>, _>( + append_serialization::>, _>( dest, &shorthand, value,