Fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@147358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -62,7 +62,7 @@ nsAccessibleHyperText::nsAccessibleHyperText(nsIDOMNode* aDomNode, nsIWeakRefere
|
||||
if (content) {
|
||||
nsCOMPtr<nsIContent> parentContent = content->GetParent();
|
||||
if (parentContent)
|
||||
parentContent->IndexOf(content, mIndex);
|
||||
mIndex = parentContent->IndexOf(content);
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIPresShell> shell(do_QueryReferent(aShell));
|
||||
|
||||
Reference in New Issue
Block a user