mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +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)
|
if (!aPrevEntry || !aNextEntry || !aParent)
|
||||||
return PR_FALSE;
|
return PR_FALSE;
|
||||||
|
|
||||||
nsresult rv;
|
|
||||||
PRBool result = PR_FALSE;
|
PRBool result = PR_FALSE;
|
||||||
nsCOMPtr<nsIURI> prevURI, nextURI;
|
nsCOMPtr<nsIURI> prevURI, nextURI;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user