| Index: third_party/WebKit/Source/wtf/text/StringConcatenate.cpp
 | 
| diff --git a/third_party/WebKit/Source/wtf/text/StringConcatenate.cpp b/third_party/WebKit/Source/wtf/text/StringConcatenate.cpp
 | 
| index e785eb9581b674374cdfb9fc99b4fd7e1da348f4..89d76d167cb45652c10fa9231f8f82a05d32056e 100644
 | 
| --- a/third_party/WebKit/Source/wtf/text/StringConcatenate.cpp
 | 
| +++ b/third_party/WebKit/Source/wtf/text/StringConcatenate.cpp
 | 
| @@ -6,8 +6,8 @@
 | 
|  
 | 
|  #include "wtf/text/StringConcatenate.h"
 | 
|  
 | 
| -// This macro is helpful for testing how many intermediate Strings are created while evaluating an
 | 
| -// expression containing operator+.
 | 
| +// This macro is helpful for testing how many intermediate Strings are created
 | 
| +// while evaluating an expression containing operator+.
 | 
|  #ifndef WTF_STRINGTYPEADAPTER_COPIED_WTF_STRING
 | 
|  #define WTF_STRINGTYPEADAPTER_COPIED_WTF_STRING() ((void)0)
 | 
|  #endif
 | 
| 
 |