| Index: Source/wtf/text/StringImpl.h
|
| diff --git a/Source/wtf/text/StringImpl.h b/Source/wtf/text/StringImpl.h
|
| index 32c83bfd88c89bcae2505a54a3e327fa7c5c6851..e7171ea3943a2b027c27420b4e81aef15d02f71d 100644
|
| --- a/Source/wtf/text/StringImpl.h
|
| +++ b/Source/wtf/text/StringImpl.h
|
| @@ -756,6 +756,8 @@ inline PassRefPtr<StringImpl> StringImpl::isolatedCopy() const
|
| return create(characters16(), m_length);
|
| }
|
|
|
| +WTF_EXPORT UChar32 toUpper(UChar32, const AtomicString& localeIdentifier);
|
| +
|
| struct StringHash;
|
|
|
| // StringHash is the default hash for StringImpl* and RefPtr<StringImpl>
|
|
|