Index: third_party/WebKit/Source/core/html/ImageDocument.cpp |
diff --git a/third_party/WebKit/Source/core/html/ImageDocument.cpp b/third_party/WebKit/Source/core/html/ImageDocument.cpp |
index acc6261fb27a008df3f84246690996797f92b924..012280c450e4e8b0bd25b67fb5a42f47c7d4cd49 100644 |
--- a/third_party/WebKit/Source/core/html/ImageDocument.cpp |
+++ b/third_party/WebKit/Source/core/html/ImageDocument.cpp |
@@ -122,7 +122,7 @@ static String imageTitle(const String& filename, const IntSize& size) |
{ |
StringBuilder result; |
result.append(filename); |
- result.appendLiteral(" ("); |
+ result.append(" ("); |
// FIXME: Localize numbers. Safari/OSX shows localized numbers with group |
// separaters. For example, "1,920x1,080". |
result.appendNumber(size.width()); |