зеркало из https://github.com/mozilla/pjs.git
Make sure to get the children of the <CHILDREN> node, not the original node.
This commit is contained in:
Родитель
a0bcab8d8f
Коммит
c5baaa9bfe
|
@ -113,7 +113,7 @@ void nsHTDataModel::AddNodesToArray(nsIContent* pContent, PRUint32 indentLevel)
|
|||
for (PRInt32 i = 0; i < numChildren; i++)
|
||||
{
|
||||
nsIContent* child = nsnull;
|
||||
pContent->ChildAt(i, child);
|
||||
pChildrenNode->ChildAt(i, child);
|
||||
if (child)
|
||||
{
|
||||
AddNodesToArray(child, indentLevel);
|
||||
|
|
Загрузка…
Ссылка в новой задаче