missed this API change

git-svn-id: svn://10.0.0.236/trunk@18562 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-01-26 01:45:40 +00:00
parent bf04f97fec
commit 0ee8c3c05f
2 changed files with 2 additions and 2 deletions

View File

@@ -496,7 +496,7 @@ nsFrameUtil::LoadFrameRegressionData(nsIURL* aURL, nsIXMLContent** aResult)
NS_NewWellFormed_DTD(&theDTD);
parser->RegisterDTD(theDTD);
parser->SetContentSink(sink);
parser->Parse(theWholeDarnThing, PR_FALSE);
parser->Parse(theWholeDarnThing, PR_FALSE, PR_FALSE, PR_TRUE);
NS_RELEASE(parser);
*aResult = sink->GetRoot();

View File

@@ -496,7 +496,7 @@ nsFrameUtil::LoadFrameRegressionData(nsIURL* aURL, nsIXMLContent** aResult)
NS_NewWellFormed_DTD(&theDTD);
parser->RegisterDTD(theDTD);
parser->SetContentSink(sink);
parser->Parse(theWholeDarnThing, PR_FALSE);
parser->Parse(theWholeDarnThing, PR_FALSE, PR_FALSE, PR_TRUE);
NS_RELEASE(parser);
*aResult = sink->GetRoot();