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

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

Issue 2796853002: Update text field 'change' event logic to match to Firefox. (Closed)
Patch Set: . Created 3 years, 8 months 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.h
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
index c181b0ef5243761ac4f8f22ed95e4422584ab156..265b517de5470408395d1c06881d5fada8fbc6c6 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
@@ -232,6 +232,7 @@ class CORE_EXPORT HTMLInputElement : public TextControlElement {
// Functions for InputType classes.
void setNonAttributeValue(const String&);
+ void setNonAttributeValueByUserEdit(const String&);
bool valueAttributeWasUpdatedAfterParsing() const {
return m_valueAttributeWasUpdatedAfterParsing;
}

Powered by Google App Engine
This is Rietveld 408576698