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