Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2600)

Unified Diff: Source/wtf/text/StringImpl.h

Issue 313993002: Bindings: Add ScalarValueString support (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Incorporate review feedback Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/wtf/text/StringImpl.h
diff --git a/Source/wtf/text/StringImpl.h b/Source/wtf/text/StringImpl.h
index 727c6d98cfc81cdb11a9a6d4ca39241c1e6d5f46..74ea9ce2646cf3bdaa0994ba7e05f711c501fb22 100644
--- a/Source/wtf/text/StringImpl.h
+++ b/Source/wtf/text/StringImpl.h
@@ -397,6 +397,8 @@ public:
PassRefPtr<StringImpl> replace(UChar, const UChar*, unsigned replacementLength);
PassRefPtr<StringImpl> replace(StringImpl*, StringImpl*);
PassRefPtr<StringImpl> replace(unsigned index, unsigned len, StringImpl*);
+ bool hasUnmatchedSurrogates() const;
+ PassRefPtr<StringImpl> replaceUnmatchedSurrogates();
tkent 2014/06/16 07:51:16 Unclear what unmatched surrogates are replaced wit
PassRefPtr<StringImpl> upconvertedString();
#if USE(CF)

Powered by Google App Engine
This is Rietveld 408576698