зеркало из https://github.com/mozilla/gecko-dev.git
fixing bad goto (as if there were good ones?)
This commit is contained in:
Родитель
7b508ab8c9
Коммит
032700a4f9
|
@ -267,7 +267,7 @@ nsIDOMNode* nsRange::CommonParent(nsIDOMNode* aNode1, nsIDOMNode* aNode2)
|
|||
if (!NS_SUCCEEDED(res))
|
||||
{
|
||||
NS_NOTREACHED("nsRange::CommonParent");
|
||||
goto errorLabel;
|
||||
return nsnull;
|
||||
}
|
||||
return theParent;
|
||||
}
|
||||
|
|
|
@ -267,7 +267,7 @@ nsIDOMNode* nsRange::CommonParent(nsIDOMNode* aNode1, nsIDOMNode* aNode2)
|
|||
if (!NS_SUCCEEDED(res))
|
||||
{
|
||||
NS_NOTREACHED("nsRange::CommonParent");
|
||||
goto errorLabel;
|
||||
return nsnull;
|
||||
}
|
||||
return theParent;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче