| 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 012280c450e4e8b0bd25b67fb5a42f47c7d4cd49..acc6261fb27a008df3f84246690996797f92b924 100644 | 
| --- a/third_party/WebKit/Source/core/html/ImageDocument.cpp | 
| +++ b/third_party/WebKit/Source/core/html/ImageDocument.cpp | 
| @@ -122,7 +122,7 @@ | 
| { | 
| 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.appendNumber(size.width()); | 
|  |