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