Fix for bug 365597 (Crash [@ nsINodeInfo::NodeInfoManager]). r/sr=sicking.

This commit is contained in:
peterv%propagandism.org 2007-01-03 13:36:18 +00:00
Родитель dd71fb79e3
Коммит f804bb9f0b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -666,7 +666,7 @@ txMozillaXMLOutput::createTxWrapper()
PRUint32 rootLocation = 0;
#endif
for (i = 0, j = 0; i < childCount; ++i) {
nsIContent* childContent = mDocument->GetChildAt(j);
nsCOMPtr<nsIContent> childContent = mDocument->GetChildAt(j);
#ifdef DEBUG
if (childContent->IsNodeOfType(nsINode::eELEMENT)) {