зеркало из https://github.com/mozilla/pjs.git
Fix potentially uninitialized nsresult return value, regression from deCOMtamination patch. b=330305 r+sr=roc
This commit is contained in:
Родитель
686fd51fac
Коммит
e80f2d5166
|
@ -4160,7 +4160,7 @@ NS_IMETHODIMP PresShell::GetLinkLocation(nsIDOMNode* aNode, nsAString& aLocation
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
PresShell::GetSelectionForCopy(nsISelection** outSelection)
|
PresShell::GetSelectionForCopy(nsISelection** outSelection)
|
||||||
{
|
{
|
||||||
nsresult rv;
|
nsresult rv = NS_OK;
|
||||||
|
|
||||||
*outSelection = nsnull;
|
*outSelection = nsnull;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче