| 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;
|
| }
|
|
|