Fix build bustage. Bug 300691

This commit is contained in:
bzbarsky%mit.edu 2007-01-30 06:25:07 +00:00
parent 4fcbe6d913
commit 8852486de0

View File

@ -3383,7 +3383,7 @@ nsContentUtils::IsInSameAnonymousTree(nsINode* aNode,
return aContent->GetBindingParent() == nsnull;
}
return NS_STATIC_CAST(nsIContent*, aPossibleAncestor)->GetBindingParent() ==
aPossibleDescendant->GetBindingParent();
return NS_STATIC_CAST(nsIContent*, aNode)->GetBindingParent() ==
aContent->GetBindingParent();
}