Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElement.cpp

Issue 2553923002: Remove deprecated ReplicaInputConnection (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « testing/variations/fieldtrial_testing_config.json ('k') | third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698