Correcting comment. r=bzbarsky b=153032

git-svn-id: svn://10.0.0.236/trunk@124269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu 2002-06-28 06:31:30 +00:00
parent 3ab8902748
commit ee63eedd77

View File

@ -63,7 +63,7 @@ nsMarkupDocument::CreateShell(nsIPresContext* aContext,
nsIPresShell** aInstancePtrResult)
{
// Don't add anything here. Add it to |doCreateShell| instead. This
// exists so nsHTMLDocument can pass PR_TRUE for the 4th parameter
// exists so nsHTMLDocument can pass other values for the 4th parameter
// some of the time.
return doCreateShell(aContext, aViewManager, aStyleSet,
eCompatibility_FullStandards, aInstancePtrResult);