зеркало из https://github.com/mozilla/pjs.git
Trivial change, missing "return". r/sr/a=sfraser.
This commit is contained in:
Родитель
02732bd2a8
Коммит
bb84427a7f
|
@ -4971,7 +4971,7 @@ nsHTMLEditRules::FindNearSelectableNode(nsIDOMNode *aSelNode,
|
|||
nsresult
|
||||
nsHTMLEditRules::InDifferentTableElements(nsIDOMNode *aNode1, nsIDOMNode *aNode2, PRBool *aResult)
|
||||
{
|
||||
if (!aNode1 || !aNode2 || !aResult) NS_ERROR_NULL_POINTER;
|
||||
if (!aNode1 || !aNode2 || !aResult) return NS_ERROR_NULL_POINTER;
|
||||
|
||||
nsCOMPtr<nsIDOMNode> tn1, tn2, node = aNode1, temp;
|
||||
|
||||
|
|
|
@ -4971,7 +4971,7 @@ nsHTMLEditRules::FindNearSelectableNode(nsIDOMNode *aSelNode,
|
|||
nsresult
|
||||
nsHTMLEditRules::InDifferentTableElements(nsIDOMNode *aNode1, nsIDOMNode *aNode2, PRBool *aResult)
|
||||
{
|
||||
if (!aNode1 || !aNode2 || !aResult) NS_ERROR_NULL_POINTER;
|
||||
if (!aNode1 || !aNode2 || !aResult) return NS_ERROR_NULL_POINTER;
|
||||
|
||||
nsCOMPtr<nsIDOMNode> tn1, tn2, node = aNode1, temp;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче