b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
git-svn-id: svn://10.0.0.236/trunk@117002 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -315,8 +315,7 @@ nsHTMLFormatConverter::ConvertFromHTMLToUnicode(const nsAutoString & aFromStr, n
|
||||
|
||||
parser->SetContentSink(sink);
|
||||
|
||||
nsAutoString contentType; contentType = NS_LITERAL_STRING("text/html");
|
||||
parser->Parse(aFromStr, 0, contentType, PR_FALSE, PR_TRUE);
|
||||
parser->Parse(aFromStr, 0, NS_LITERAL_CSTRING("text/html"), PR_FALSE, PR_TRUE);
|
||||
|
||||
return NS_OK;
|
||||
} // ConvertFromHTMLToUnicode
|
||||
|
||||
Reference in New Issue
Block a user