X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2Fplatform%2FPlatformString.h;h=408f7de95eb57729d43ecac78ec28197319625d1;hp=4080e683a5073ad893f8c8e1b35624e0771a6a9c;hb=b5e6ab698f1652094d99d96923c6e9f113684695;hpb=1e4ebb8a2a2d4b131c148e2c53292ff7a7ac846c diff --git a/WebCore/platform/PlatformString.h b/WebCore/platform/PlatformString.h index 4080e683a507..408f7de95eb5 100644 --- a/WebCore/platform/PlatformString.h +++ b/WebCore/platform/PlatformString.h @@ -39,6 +39,8 @@ class QString; namespace WebCore { +class CString; + /** * Currently, strings are explicitly shared (they behave like pointers), meaning * that modifications to one instance will also modify all others. If you @@ -154,6 +156,9 @@ public: Vector ascii() const; #endif + CString latin1() const; + CString utf8() const; + String(const DeprecatedString&); DeprecatedString deprecatedString() const;