Fixing build bustage.

git-svn-id: svn://10.0.0.236/trunk@147358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2003-09-27 06:16:09 +00:00
parent 8a4e4eacf2
commit ba7a1e91bd

View File

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