зеркало из https://github.com/mozilla/pjs.git
easy fix for 71647 ; that bug was hidden behind 72302, [s]r=attinasi
This commit is contained in:
Родитель
00b2aefb3a
Коммит
d20e313e4e
|
@ -2953,7 +2953,7 @@ static PRBool SelectorMatches(SelectorMatchesData &data,
|
|||
}
|
||||
}
|
||||
if (checkType) {
|
||||
if (localTrue == ((nsnull != aSelector->mTag) && (aSelector->mTag != data.mContentTag))) {
|
||||
if ((nsnull != aSelector->mTag) && (aSelector->mTag != data.mContentTag)) {
|
||||
return result;
|
||||
}
|
||||
if (1 < aNegationIndex) {
|
||||
|
|
|
@ -2953,7 +2953,7 @@ static PRBool SelectorMatches(SelectorMatchesData &data,
|
|||
}
|
||||
}
|
||||
if (checkType) {
|
||||
if (localTrue == ((nsnull != aSelector->mTag) && (aSelector->mTag != data.mContentTag))) {
|
||||
if ((nsnull != aSelector->mTag) && (aSelector->mTag != data.mContentTag)) {
|
||||
return result;
|
||||
}
|
||||
if (1 < aNegationIndex) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче