Index: third_party/WebKit/Source/platform/text/LocaleICUTest.cpp |
diff --git a/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp b/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp |
index 256467bcfa46319c83671d9826c55652006513d3..729f0b2eef96cfde4d8fd68433a785f24a7c60c0 100644 |
--- a/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp |
+++ b/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp |
@@ -62,10 +62,10 @@ |
String toString() const |
{ |
StringBuilder builder; |
- builder.append("labels("); |
+ builder.appendLiteral("labels("); |
for (unsigned index = 0; index < m_labels.size(); ++index) { |
if (index) |
- builder.append(", "); |
+ builder.appendLiteral(", "); |
builder.append('"'); |
builder.append(m_labels[index]); |
builder.append('"'); |