Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf

This commit is contained in:
warren%netscape.com 2005-08-18 11:15:42 +00:00
parent c12a6db701
commit e38166db2c

View File

@ -481,7 +481,6 @@ nsSHistory::CompareSHEntry(nsISHEntry * aPrevEntry, nsISHEntry * aNextEntry, nsI
if (!aPrevEntry || !aNextEntry || !aParent)
return PR_FALSE;
nsresult rv;
PRBool result = PR_FALSE;
nsCOMPtr<nsIURI> prevURI, nextURI;