missed this API change

This commit is contained in:
rickg%netscape.com 1999-01-26 01:45:40 +00:00
parent 7ade4fb5d6
commit e53c0df266
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();