| 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 b07a0b1a6b9f80efaaeecb44e21d04e3c4a0fef9..6ea6236bf69392a22a55b4cdf9a4daa508092f87 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -376,7 +376,7 @@ String CSSComputedStyleDeclaration::cssText() const
|
| if (i)
|
| result.append(' ');
|
| result.append(getPropertyName(properties[i]));
|
| - result.appendLiteral(": ");
|
| + result.append(": ");
|
| result.append(getPropertyValue(properties[i]));
|
| result.append(';');
|
| }
|
|
|