| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| index c30ad8b23aec88f26e836c784223b0b29ef4f54f..3d3bf355ced03627d2892243f73a3bbe987e927c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| @@ -584,9 +584,6 @@ void HTMLFormControlElement::setNeedsValidityCheck() {
|
| pseudoStateChanged(CSSSelector::PseudoInvalid);
|
| }
|
|
|
| - pseudoStateChanged(CSSSelector::PseudoInRange);
|
| - pseudoStateChanged(CSSSelector::PseudoOutOfRange);
|
| -
|
| // Updates only if this control already has a validation message.
|
| if (isValidationMessageVisible()) {
|
| // Calls updateVisibleValidationMessage() even if m_isValid is not
|
|
|