This commit is contained in:
bzbarsky%mit.edu 2005-11-02 07:42:56 +00:00
Родитель 3f82772307
Коммит 745957e021
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -253,7 +253,7 @@ void txMozillaTextOutput::createResultDocument(nsIDOMDocument* aSourceDocument,
if (NS_FAILED(rv)) {
NS_ERROR("Failed to bind root to tree");
rootContent->UnbindFromTree();
return rv;
return;
}
doc->SetRootContent(rootContent);