X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWTF%2Fwtf%2Ftext%2FStringBuilder.h;h=be5c1172cccb998a410580345af40c29cb13498e;hp=93422a2462631f307c0c13f28cb3b561d476aef1;hb=badbe18939beef3b5014dce4ecb51d552c390a56;hpb=c38b6297c8667fcd4ed65997f1f71f344b7988c4;ds=sidebyside diff --git a/Source/WTF/wtf/text/StringBuilder.h b/Source/WTF/wtf/text/StringBuilder.h index 93422a246263..be5c1172cccb 100644 --- a/Source/WTF/wtf/text/StringBuilder.h +++ b/Source/WTF/wtf/text/StringBuilder.h @@ -159,6 +159,8 @@ public: append(U16_TRAIL(c)); } + WTF_EXPORT_PRIVATE void appendQuotedJSONString(const String&); + template ALWAYS_INLINE void appendLiteral(const char (&characters)[charactersCount]) { append(characters, charactersCount - 1); }