| Index: Source/wtf/text/StringConcatenate.h
|
| diff --git a/Source/wtf/text/StringConcatenate.h b/Source/wtf/text/StringConcatenate.h
|
| index 9e42f05322c16211c6c235c624c7268b88183099..5691766e89ac26f7703433ef6d938332f7cd44cc 100644
|
| --- a/Source/wtf/text/StringConcatenate.h
|
| +++ b/Source/wtf/text/StringConcatenate.h
|
| @@ -29,7 +29,7 @@
|
| #include <string.h>
|
|
|
| #ifndef WTFString_h
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/text/AtomicString.h"
|
| #endif
|
|
|
| // This macro is helpful for testing how many intermediate Strings are created while evaluating an
|
| @@ -464,5 +464,5 @@ PassRefPtr<StringImpl> tryMakeString(StringType1 string1, StringType2 string2)
|
|
|
| } // namespace WTF
|
|
|
| -#include <wtf/text/StringOperators.h>
|
| +#include "wtf/text/StringOperators.h"
|
| #endif
|
|
|