| Index: Source/wtf/text/StringImpl.h
|
| diff --git a/Source/wtf/text/StringImpl.h b/Source/wtf/text/StringImpl.h
|
| index 32c83bfd88c89bcae2505a54a3e327fa7c5c6851..8487777f0563b18264619a79f578b83ef32e8451 100644
|
| --- a/Source/wtf/text/StringImpl.h
|
| +++ b/Source/wtf/text/StringImpl.h
|
| @@ -756,6 +756,10 @@ inline PassRefPtr<StringImpl> StringImpl::isolatedCopy() const
|
| return create(characters16(), m_length);
|
| }
|
|
|
| +// TODO(rob.buis) possibly find a better place for this method.
|
| +// Turns a UChar32 to uppercase based on localeIdentifier.
|
| +WTF_EXPORT UChar32 toUpper(UChar32, const AtomicString& localeIdentifier);
|
| +
|
| struct StringHash;
|
|
|
| // StringHash is the default hash for StringImpl* and RefPtr<StringImpl>
|
|
|