Index: third_party/WebKit/Source/core/css/CSSPaintValue.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSPaintValue.cpp b/third_party/WebKit/Source/core/css/CSSPaintValue.cpp |
index 7cc019e49626b4cb760d93e579288ac1194536bd..c9f24f2d5e24f40515337a1844fa8070308301da 100644 |
--- a/third_party/WebKit/Source/core/css/CSSPaintValue.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSPaintValue.cpp |
@@ -25,7 +25,7 @@ |
String CSSPaintValue::customCSSText() const |
{ |
StringBuilder result; |
- result.append("paint("); |
+ result.appendLiteral("paint("); |
result.append(m_name->customCSSText()); |
result.append(')'); |
return result.toString(); |