зеркало из https://github.com/mozilla/pjs.git
Bug 432025 - Crash [@ CallQueryInterface<nsIDOMElement, nsIContent>], r+sr=peterv
This commit is contained in:
Родитель
502fdeda08
Коммит
73a471eae8
|
@ -1042,13 +1042,12 @@ FindSelectionRoot(nsIEditor *aEditor, nsIContent *aContent)
|
|||
// We still want to allow selection in a readonly editor.
|
||||
nsCOMPtr<nsIDOMElement> rootElement;
|
||||
aEditor->GetRootElement(getter_AddRefs(rootElement));
|
||||
if (!rootElement) {
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
CallQueryInterface(rootElement, &root);
|
||||
|
||||
if (!root && document) {
|
||||
NS_IF_ADDREF(root = document->GetRootContent());
|
||||
}
|
||||
|
||||
return root;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче