Remove the obsolete concept of "DTD verification". bug 323958, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@188522 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -313,7 +313,7 @@ nsHTMLFormatConverter::ConvertFromHTMLToUnicode(const nsAutoString & aFromStr, n
|
||||
|
||||
parser->SetContentSink(sink);
|
||||
|
||||
parser->Parse(aFromStr, 0, NS_LITERAL_CSTRING("text/html"), PR_FALSE, PR_TRUE, eDTDMode_fragment);
|
||||
parser->Parse(aFromStr, 0, NS_LITERAL_CSTRING("text/html"), PR_TRUE, eDTDMode_fragment);
|
||||
|
||||
return NS_OK;
|
||||
} // ConvertFromHTMLToUnicode
|
||||
|
||||
Reference in New Issue
Block a user