зеркало из https://github.com/mozilla/pjs.git
Removing dos-newlines.
Fixing IRIX tinderbox bustage.
This commit is contained in:
Родитель
efad155ceb
Коммит
3f2f9f1998
|
@ -1705,7 +1705,7 @@ nsXULTreeBuilder::OpenSubtreeOf(nsTreeRows::Subtree* aSubtree,
|
|||
|
||||
// Now recursively deal with any open sub-containers that just got
|
||||
// inserted. We need to do this back-to-front to avoid skewing offsets.
|
||||
for (PRInt32 i = open.Count() - 1; i >= 0; --i) {
|
||||
for (PRInt32 i = open.Count() - 1; i >= 0; --i) {
|
||||
PRInt32 index = NS_PTR_TO_INT32(open[i]);
|
||||
|
||||
nsTreeRows::Subtree* child =
|
||||
|
|
Загрузка…
Ссылка в новой задаче