Address review comment from bug 378808

git-svn-id: svn://10.0.0.236/trunk@225132 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2007-04-27 09:59:08 +00:00
parent b3ef3f70a3
commit 331dfee9f0

View File

@@ -1988,7 +1988,7 @@ nsNavHistoryQueryResultNode::FillChildren()
FillStats();
// once we've computed all tree stats, we can sort, because containers will
// not have proper visit counts and dates
// then have proper visit counts and dates
SortComparator comparator = GetSortingComparator(GetSortType());
nsCAutoString sortingAnnotation;
GetSortingAnnotation(sortingAnnotation);
@@ -2756,7 +2756,7 @@ nsNavHistoryFolderResultNode::FillChildren()
FillStats();
// once we've computed all tree stats, we can sort, because containers will
// not have proper visit counts and dates
// then have proper visit counts and dates
SortComparator comparator = GetSortingComparator(GetSortType());
nsCAutoString sortingAnnotation;
GetSortingAnnotation(sortingAnnotation);