X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2Floader%2FTextResourceDecoder.cpp;h=9799f9993102bf39e68408b37e60b990117f8388;hp=42862c4a26df71b5a27de574b5e0ed9e34dacfcf;hb=6dd6f4e5db154cd978104fc1826397541e98811c;hpb=1ac9cd539e3856aecaf0e99160486f29de511299 diff --git a/WebCore/loader/TextResourceDecoder.cpp b/WebCore/loader/TextResourceDecoder.cpp index 42862c4a26df..9799f9993102 100644 --- a/WebCore/loader/TextResourceDecoder.cpp +++ b/WebCore/loader/TextResourceDecoder.cpp @@ -296,7 +296,7 @@ void TextResourceDecoder::setEncoding(const TextEncoding& encoding, EncodingSour } // Returns the position of the encoding string. -static int findXMLEncoding(const CString& str, int &encodingLength) +static int findXMLEncoding(const DeprecatedCString &str, int &encodingLength) { int len = str.length();