DescriptionRemove HTMLInputElement::isText and isTextType.
They are same and very confusing.
isText is used outside of HTMLInputElement. It can be replaced with
|isTextField() && type() != InputTypeNames::number|.
isTextType is used only in HTMLInputElement. Its callsites should be
replaced with virtual function dispatches.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181614
Patch Set 1 : #
Messages
Total messages: 7 (3 generated)
|