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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTextAreaElement.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/HTMLTextAreaElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp
index 1d9e8541a2f42b60d94b78d5b3392009bc5f9eff..9258469f18cabc81bf14bfcd48f8fd641d8f4089 100644
--- a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp
@@ -382,11 +382,6 @@ void HTMLTextAreaElement::setValue(const String& value,
TextFieldEventBehavior eventBehavior) {
setValueCommon(value, eventBehavior);
m_isDirty = true;
- if (document().focusedElement() == this)
- document()
- .frameHost()
- ->chromeClient()
- .didUpdateTextOfFocusedElementByNonUserInput(*document().frame());
}
void HTMLTextAreaElement::setNonDirtyValue(const String& value) {
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.cpp ('k') | third_party/WebKit/Source/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698