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