mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 06:22:33 +00:00
Now call rdf_qsort on all platforms.
This commit is contained in:
parent
1946508edb
commit
efce1fd313
@ -729,9 +729,7 @@ RDFTreeBuilderImpl::CreateContents(nsIContent* aElement)
|
||||
|
||||
for (loop=0; loop<numElements; loop++)
|
||||
flatArray[loop] = (nsIRDFResource *)tempArray->ElementAt(loop);
|
||||
#ifdef XP_MAC // XXX only Mac for the moment, need to test on other platforms
|
||||
rdf_qsort((void *)flatArray, numElements, sizeof(void *), rdfSortCallback, (void *)&sortInfo);
|
||||
#endif
|
||||
for (loop=0; loop<numElements; loop++)
|
||||
{
|
||||
nsIRDFResource *valueResource;
|
||||
|
Loading…
x
Reference in New Issue
Block a user