Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot

MozReview-Commit-ID: JtTcLL5OPF0
This commit is contained in:
Jeff Gilbert
2018-06-25 14:20:54 -07:00
parent eb9af9c9eb
commit 70a22b2878
712 changed files with 1793 additions and 1793 deletions

View File

@@ -267,11 +267,11 @@ nsNumberControlFrame::AttributeChanged(int32_t aNameSpaceID,
if (aAttribute == nsGkAtoms::placeholder ||
aAttribute == nsGkAtoms::readonly ||
aAttribute == nsGkAtoms::tabindex) {
if (aModType == MutationEventBinding::REMOVAL) {
if (aModType == MutationEvent_Binding::REMOVAL) {
mTextField->UnsetAttr(aNameSpaceID, aAttribute, true);
} else {
MOZ_ASSERT(aModType == MutationEventBinding::ADDITION ||
aModType == MutationEventBinding::MODIFICATION);
MOZ_ASSERT(aModType == MutationEvent_Binding::ADDITION ||
aModType == MutationEvent_Binding::MODIFICATION);
nsAutoString value;
mContent->AsElement()->GetAttr(aNameSpaceID, aAttribute, value);
mTextField->SetAttr(aNameSpaceID, aAttribute, value, true);