| Index: third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp b/third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp
|
| index ee44408010ded218477cd3405f14f2b8491bd15b..ef8adf0700e71cc48c5242855f30f2f2ce73bd91 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp
|
| @@ -41,7 +41,7 @@ String CSSFontFeatureValue::customCSSText() const
|
| StringBuilder builder;
|
| builder.append('\'');
|
| builder.append(m_tag);
|
| - builder.appendLiteral("' ");
|
| + builder.append("' ");
|
| builder.appendNumber(m_value);
|
| return builder.toString();
|
| }
|
|
|