зеркало из https://github.com/mozilla/gecko-dev.git
Fix bug 57524, r=peterv, sr=jst, a=asa
This commit is contained in:
Родитель
201fa7ccf6
Коммит
aa71e5728d
|
@ -1070,10 +1070,10 @@ nsDocument::SetHeaderData(nsIAtom* aHeaderField, const nsAReadableString& aData)
|
|||
if (!type.Equals(NS_LITERAL_STRING("text/html"))) {
|
||||
sheet->GetTitle(title);
|
||||
if (!title.IsEmpty()) { // if sheet has title
|
||||
PRBool disabled = (aData.IsEmpty() ||
|
||||
!title.Equals(aData,
|
||||
nsCaseInsensitiveStringComparator()));
|
||||
SetStyleSheetDisabledState(sheet, disabled);
|
||||
PRBool enabled = (!aData.IsEmpty() &&
|
||||
title.Equals(aData,
|
||||
nsCaseInsensitiveStringComparator()));
|
||||
sheet->SetEnabled(enabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче