mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
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:
parent
c12a6db701
commit
e38166db2c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user