Remove comment that no longer makes sense, related to last nights bustage fix with checkin to bug 302937

This commit is contained in:
aaronleventhal%moonset.net 2005-08-10 13:44:55 +00:00
Родитель d798eb92f8
Коммит 6b684c8169
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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));