Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D27245
This commit is contained in:
@@ -1622,8 +1622,7 @@ bool HTMLFormElement::IsLastActiveElement(
|
||||
|
||||
for (auto* element : Reversed(mControls->mElements)) {
|
||||
// XXX How about date/time control?
|
||||
if (element->IsTextOrNumberControl(false) &&
|
||||
!element->IsDisabled()) {
|
||||
if (element->IsTextOrNumberControl(false) && !element->IsDisabled()) {
|
||||
return element == aControl;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user