Bug 1146229: Remove calling convention modifier from local variable. r=surkov

This commit is contained in:
David Major 2015-03-24 13:30:11 +13:00
parent de72475e25
commit 5c46210c18

View File

@ -268,7 +268,7 @@ xpcAccessibleTable::GetSelectedCells(nsIArray** aSelectedCells)
if (!Intl())
return NS_ERROR_FAILURE;
NS_IMETHODIMP rv = NS_OK;
nsresult rv = NS_OK;
nsCOMPtr<nsIMutableArray> selCells =
do_CreateInstance(NS_ARRAY_CONTRACTID, &rv);
NS_ENSURE_SUCCESS(rv, rv);