зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1241373 - Make nsStyleSet::GetAuthorStyleDisabled const. r=dholbert
This commit is contained in:
Родитель
2a59586f95
Коммит
3cc6289c46
|
@ -691,7 +691,7 @@ nsStyleSet::DirtyRuleProcessors(SheetType aType)
|
|||
}
|
||||
|
||||
bool
|
||||
nsStyleSet::GetAuthorStyleDisabled()
|
||||
nsStyleSet::GetAuthorStyleDisabled() const
|
||||
{
|
||||
return mAuthorStyleDisabled;
|
||||
}
|
||||
|
|
|
@ -326,7 +326,7 @@ class nsStyleSet final
|
|||
mozilla::CSSStyleSheet* aReferenceSheet);
|
||||
|
||||
// Enable/Disable entire author style level (Doc, ScopedDoc & PresHint levels)
|
||||
bool GetAuthorStyleDisabled();
|
||||
bool GetAuthorStyleDisabled() const;
|
||||
nsresult SetAuthorStyleDisabled(bool aStyleDisabled);
|
||||
|
||||
int32_t SheetCount(mozilla::SheetType aType) const {
|
||||
|
|
Загрузка…
Ссылка в новой задаче