Fix build bustage. Bug 300691
git-svn-id: svn://10.0.0.236/trunk@219169 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
78ccec5f86
commit
4e77b25e66
@ -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();
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user