зеркало из https://github.com/mozilla/pjs.git
Remove comment that no longer makes sense, related to last nights bustage fix with checkin to bug 302937
This commit is contained in:
Родитель
d798eb92f8
Коммит
6b684c8169
|
@ -89,7 +89,7 @@ NS_IMETHODIMP nsHTMLLinkAccessibleWrap::GetURI(PRInt32 i, nsIURI **aURI)
|
|||
//more powerful for the future.
|
||||
*aURI = nsnull;
|
||||
|
||||
if (!mIsLink) // Also initializes private data members
|
||||
if (!mIsLink)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
nsCOMPtr<nsILink> link(do_QueryInterface(mActionContent));
|
||||
|
@ -129,7 +129,7 @@ nsresult nsHTMLLinkAccessibleWrap::GetLinkOffset(PRInt32* aStartOffset, PRInt32*
|
|||
{
|
||||
NS_ENSURE_TRUE(mTextNodes, NS_ERROR_FAILURE);
|
||||
|
||||
if (!mIsLink) // Also initializes private data members
|
||||
if (!mIsLink)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
nsCOMPtr<nsILink> currentLink(do_QueryInterface(mActionContent));
|
||||
|
|
Загрузка…
Ссылка в новой задаче