| Index: Source/wtf/text/StringImpl.h
|
| diff --git a/Source/wtf/text/StringImpl.h b/Source/wtf/text/StringImpl.h
|
| index 32c83bfd88c89bcae2505a54a3e327fa7c5c6851..7d3eb931302ef5f94477641b3933efdd5ae2ecb8 100644
|
| --- a/Source/wtf/text/StringImpl.h
|
| +++ b/Source/wtf/text/StringImpl.h
|
| @@ -421,6 +421,7 @@ public:
|
| #ifdef STRING_STATS
|
| ALWAYS_INLINE static StringStats& stringStats() { return m_stringStats; }
|
| #endif
|
| + static const UChar latin1CaseFoldTable[256];
|
|
|
| private:
|
| template<typename CharType> static size_t allocationSize(unsigned length)
|
|
|