зеркало из https://github.com/mozilla/gecko-dev.git
Remove unnecessary calls to ClearHasDirAutoSet in AfterSetAttr, Bug 861607, r=ehsan
This commit is contained in:
Родитель
b8ea0ca67a
Коммит
644bc5ddde
|
@ -800,7 +800,6 @@ nsGenericHTMLElement::AfterSetAttr(int32_t aNamespaceID, nsIAtom* aName,
|
|||
dir = dirValue;
|
||||
SetDirectionality(dir, aNotify);
|
||||
ClearHasDirAuto();
|
||||
ClearHasDirAutoSet();
|
||||
SetHasFixedDir();
|
||||
}
|
||||
} else {
|
||||
|
@ -810,7 +809,6 @@ nsGenericHTMLElement::AfterSetAttr(int32_t aNamespaceID, nsIAtom* aName,
|
|||
SetHasDirAuto();
|
||||
} else {
|
||||
ClearHasDirAuto();
|
||||
ClearHasDirAutoSet();
|
||||
dir = RecomputeDirectionality(this, aNotify);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче