Rename ALIAS_PROPERTY with SHORTHAND_ALIAS_PROPERTY to prevent confusion

This commit is contained in:
Nazım Can Altınova 2017-05-09 13:47:39 +03:00
parent 9c9bd17871
commit e1053f2c71
No known key found for this signature in database
GPG key ID: AF9BCD7CE6449954
3 changed files with 6 additions and 6 deletions

View file

@ -482,7 +482,7 @@ impl ToCss for PropertyDeclarationBlock {
// Substeps 7 and 8
// We need to check the shorthand whether it's an alias property or not.
// If it's an alias property, it should be serialized like its longhand.
if shorthand.flags().contains(ALIAS_PROPERTY) {
if shorthand.flags().contains(SHORTHAND_ALIAS_PROPERTY) {
append_serialization::<_, Cloned<slice::Iter< _>>, _>(
dest,
&property,