| Index: third_party/WebKit/Source/wtf/text/StringConcatenate.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringConcatenate.h b/third_party/WebKit/Source/wtf/text/StringConcatenate.h
|
| index 23ff6607eff96c5ff70e404bc55cac2a28e4b00e..3a58a4ec2bd83ee9839441b98ecd5a3689d02556 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringConcatenate.h
|
| +++ b/third_party/WebKit/Source/wtf/text/StringConcatenate.h
|
| @@ -33,8 +33,8 @@
|
| #include "wtf/text/AtomicString.h"
|
| #endif
|
|
|
| -// 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
|
|
|