| Index: sky/engine/core/css/StylePropertySerializer.cpp
|
| diff --git a/sky/engine/core/css/StylePropertySerializer.cpp b/sky/engine/core/css/StylePropertySerializer.cpp
|
| index 8196652e263139d8453056bf0c91fac92a9529ed..86d714c7c17e266ae6225261e6c881732fd69727 100644
|
| --- a/sky/engine/core/css/StylePropertySerializer.cpp
|
| +++ b/sky/engine/core/css/StylePropertySerializer.cpp
|
| @@ -482,7 +482,7 @@ String StylePropertySerializer::getLayeredShorthandValue(const StylePropertyShor
|
| else
|
| yValue = nextValue;
|
|
|
| - // background-repeat-x(y) or mask-repeat-x(y) may be like this : "initial, repeat". We can omit the implicit initial values
|
| + // background-repeat-x(y) may be like this : "initial, repeat". We can omit the implicit initial values
|
| // before starting to compare their values.
|
| if (value->isImplicitInitialValue() || yValue->isImplicitInitialValue())
|
| continue;
|
|
|