зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 365597 (Crash [@ nsINodeInfo::NodeInfoManager]). r/sr=sicking.
This commit is contained in:
Родитель
dd71fb79e3
Коммит
f804bb9f0b
|
@ -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)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче