Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
index dba5ef41a41c4e8c6a006f724806722e8520a8bc..98d0d0ae20941f33d40ed9fba1f94f26ece1d75c 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
@@ -1115,11 +1115,6 @@ void HTMLInputElement::setNonAttributeValue(const String& sanitizedValue) { |
pseudoStateChanged(CSSSelector::PseudoInRange); |
pseudoStateChanged(CSSSelector::PseudoOutOfRange); |
} |
- if (document().focusedElement() == this) |
- document() |
- .frameHost() |
- ->chromeClient() |
- .didUpdateTextOfFocusedElementByNonUserInput(*document().frame()); |
} |
void HTMLInputElement::setNonDirtyValue(const String& newValue) { |