зеркало из https://github.com/mozilla/pjs.git
Fix build bustage
This commit is contained in:
Родитель
3f82772307
Коммит
745957e021
|
@ -253,7 +253,7 @@ void txMozillaTextOutput::createResultDocument(nsIDOMDocument* aSourceDocument,
|
||||||
if (NS_FAILED(rv)) {
|
if (NS_FAILED(rv)) {
|
||||||
NS_ERROR("Failed to bind root to tree");
|
NS_ERROR("Failed to bind root to tree");
|
||||||
rootContent->UnbindFromTree();
|
rootContent->UnbindFromTree();
|
||||||
return rv;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
doc->SetRootContent(rootContent);
|
doc->SetRootContent(rootContent);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче