| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 6ea6236bf69392a22a55b4cdf9a4daa508092f87..b07a0b1a6b9f80efaaeecb44e21d04e3c4a0fef9 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -376,7 +376,7 @@
|
| if (i)
|
| result.append(' ');
|
| result.append(getPropertyName(properties[i]));
|
| - result.append(": ");
|
| + result.appendLiteral(": ");
|
| result.append(getPropertyValue(properties[i]));
|
| result.append(';');
|
| }
|
|
|