зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1184289 - Remove a spammy editor warning
This commit is contained in:
Родитель
6ef8b3add1
Коммит
b01265b97b
|
@ -627,7 +627,9 @@ nsEditor::GetSelectionController(nsISelectionController **aSel)
|
|||
nsCOMPtr<nsIPresShell> presShell = GetPresShell();
|
||||
selCon = do_QueryInterface(presShell);
|
||||
}
|
||||
NS_ENSURE_TRUE(selCon, NS_ERROR_NOT_INITIALIZED);
|
||||
if (!selCon) {
|
||||
return NS_ERROR_NOT_INITIALIZED;
|
||||
}
|
||||
NS_ADDREF(*aSel = selCon);
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче