| Index: trunk/Source/wtf/text/StringImpl.h
|
| ===================================================================
|
| --- trunk/Source/wtf/text/StringImpl.h (revision 196343)
|
| +++ trunk/Source/wtf/text/StringImpl.h (working copy)
|
| @@ -756,10 +756,6 @@
|
| 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>
|
|
|