зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1457920: Remove EnabledStateChanged. r=xidorn
MozReview-Commit-ID: DXSw93Q2vvK
This commit is contained in:
Родитель
aa78dd2679
Коммит
12807e8c1f
|
@ -244,7 +244,6 @@ StyleSheet::SetEnabled(bool aEnabled)
|
|||
mDisabled = !aEnabled;
|
||||
|
||||
if (IsComplete() && oldDisabled != mDisabled) {
|
||||
EnabledStateChanged();
|
||||
ApplicableStateChanged(!mDisabled);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -382,11 +382,6 @@ protected:
|
|||
|
||||
void ApplicableStateChanged(bool aApplicable);
|
||||
|
||||
// Called from SetEnabled when the enabled state changed.
|
||||
//
|
||||
// FIXME(emilio): Remove.
|
||||
void EnabledStateChanged() { };
|
||||
|
||||
struct ChildSheetListBuilder {
|
||||
RefPtr<StyleSheet>* sheetSlot;
|
||||
StyleSheet* parent;
|
||||
|
|
Загрузка…
Ссылка в новой задаче