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 ef8adf0700e71cc48c5242855f30f2f2ce73bd91..ee44408010ded218477cd3405f14f2b8491bd15b 100644 |
--- a/third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSFontFeatureValue.cpp |
@@ -41,7 +41,7 @@ |
StringBuilder builder; |
builder.append('\''); |
builder.append(m_tag); |
- builder.append("' "); |
+ builder.appendLiteral("' "); |
builder.appendNumber(m_value); |
return builder.toString(); |
} |