| Index: Source/wtf/text/StringImpl.h
|
| diff --git a/Source/wtf/text/StringImpl.h b/Source/wtf/text/StringImpl.h
|
| index 727c6d98cfc81cdb11a9a6d4ca39241c1e6d5f46..66322e9902f3a8fe73e063d564a971400e5ef540 100644
|
| --- a/Source/wtf/text/StringImpl.h
|
| +++ b/Source/wtf/text/StringImpl.h
|
| @@ -397,6 +397,7 @@ public:
|
| PassRefPtr<StringImpl> replace(UChar, const UChar*, unsigned replacementLength);
|
| PassRefPtr<StringImpl> replace(StringImpl*, StringImpl*);
|
| PassRefPtr<StringImpl> replace(unsigned index, unsigned len, StringImpl*);
|
| + PassRefPtr<StringImpl> replaceUnpairedSurrogates();
|
| PassRefPtr<StringImpl> upconvertedString();
|
|
|
| #if USE(CF)
|
|
|