зеркало из https://github.com/mozilla/gecko-dev.git
Bug 221323: Keep a hard reference when moving nodes to avoid premature delete.
r/sr=bz
This commit is contained in:
Родитель
ef87236cea
Коммит
f1e0b952de
|
@ -451,7 +451,7 @@ void txMozillaXMLOutput::closePrevious(PRInt8 aAction)
|
|||
nsCOMPtr<nsIDOMNode> child, resultNode;
|
||||
PRUint32 i, childCount = document->GetChildCount();
|
||||
for (i = 0; i < childCount; ++i) {
|
||||
nsIContent *childContent = document->GetChildAt(0);
|
||||
nsCOMPtr<nsIContent> childContent = document->GetChildAt(0);
|
||||
if (childContent == mRootContent) {
|
||||
document->SetRootContent(nsnull);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче