зеркало из https://github.com/mozilla/gecko-dev.git
Fixed my inverted logic that landed with Harish's checkin.
This commit is contained in:
Родитель
fd8894dec9
Коммит
4c6edc1a24
|
@ -1098,7 +1098,7 @@ nsresult CNavDTD::HandleDefaultStartToken(CToken* aToken,eHTMLTags aChildTag,nsI
|
|||
}
|
||||
|
||||
if(theChildAgrees && theChildIsContainer) {
|
||||
if ((theParentTag!=aChildTag) && (nsHTMLElement::IsResidualStyleTag(aChildTag))) {
|
||||
if ((theParentTag!=aChildTag) && (!nsHTMLElement::IsResidualStyleTag(aChildTag))) {
|
||||
|
||||
PRInt32 theChildIndex=GetIndexOfChildOrSynonym(*mBodyContext,aChildTag);
|
||||
|
||||
|
|
|
@ -1098,7 +1098,7 @@ nsresult CNavDTD::HandleDefaultStartToken(CToken* aToken,eHTMLTags aChildTag,nsI
|
|||
}
|
||||
|
||||
if(theChildAgrees && theChildIsContainer) {
|
||||
if ((theParentTag!=aChildTag) && (nsHTMLElement::IsResidualStyleTag(aChildTag))) {
|
||||
if ((theParentTag!=aChildTag) && (!nsHTMLElement::IsResidualStyleTag(aChildTag))) {
|
||||
|
||||
PRInt32 theChildIndex=GetIndexOfChildOrSynonym(*mBodyContext,aChildTag);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче