another try at working out the darn nsCOMPtr comparison for Linux
git-svn-id: svn://10.0.0.236/trunk@84981 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9449edc972
commit
8467b00c60
@ -10946,7 +10946,7 @@ keepLooking:
|
||||
// to the parent content.
|
||||
nsCOMPtr<nsIContent> parentScope;
|
||||
kidContent->GetBindingParent(getter_AddRefs(parentScope));
|
||||
if (parentContent == kidContent.get() || IsFrameSpecial(kidFrame) ||
|
||||
if (parentContent == kidContent || IsFrameSpecial(kidFrame) ||
|
||||
(parentContent && (parentContent == parentScope.get())))
|
||||
{
|
||||
#ifdef NOISY_FINDFRAME
|
||||
|
||||
@ -10946,7 +10946,7 @@ keepLooking:
|
||||
// to the parent content.
|
||||
nsCOMPtr<nsIContent> parentScope;
|
||||
kidContent->GetBindingParent(getter_AddRefs(parentScope));
|
||||
if (parentContent == kidContent.get() || IsFrameSpecial(kidFrame) ||
|
||||
if (parentContent == kidContent || IsFrameSpecial(kidFrame) ||
|
||||
(parentContent && (parentContent == parentScope.get())))
|
||||
{
|
||||
#ifdef NOISY_FINDFRAME
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user