| Index: third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| index 02a5a13a4155c09d25b6ef8edcae1c3bb2c15749..dd15534ed971e48d5e599c4844bdee67549cc715 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| @@ -853,7 +853,7 @@ static void appendBackgroundRepeatValue(StringBuilder& builder, const CSSValue&
|
| builder.append("repeat-x");
|
| } else {
|
| builder.append(repeatX.cssText());
|
| - builder.append(" ");
|
| + builder.append(' ');
|
| builder.append(repeatY.cssText());
|
| }
|
| }
|
|
|