Index: third_party/WebKit/Source/wtf/InstanceCounter.cpp |
diff --git a/third_party/WebKit/Source/wtf/InstanceCounter.cpp b/third_party/WebKit/Source/wtf/InstanceCounter.cpp |
index e275acc822d7900187e2a5a5bc468e83c2fb0499..1c3ae183800ee493fe5b50de75ecdf16668924c7 100644 |
--- a/third_party/WebKit/Source/wtf/InstanceCounter.cpp |
+++ b/third_party/WebKit/Source/wtf/InstanceCounter.cpp |
@@ -133,7 +133,7 @@ String InstanceCounter::dump() |
builder.append(','); |
builder.append('"'); |
builder.append(it->key); |
- builder.appendLiteral("\": "); |
+ builder.append("\": "); |
builder.appendNumber(it->value); |
} |
builder.append('}'); |