| 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 18d6a4419190918c47a54215f039e754e788ea35..4fc8a7d0bdce93b4654d2fcb47c70c35d2775943 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -231,7 +231,7 @@ class CORE_EXPORT HTMLInputElement : public HTMLTextFormControlElement {
|
| bool isInRequiredRadioButtonGroup();
|
|
|
| // Functions for InputType classes.
|
| - void setValueInternal(const String&, TextFieldEventBehavior);
|
| + void setNonAttributeValue(const String&);
|
| bool valueAttributeWasUpdatedAfterParsing() const {
|
| return m_valueAttributeWasUpdatedAfterParsing;
|
| }
|
|
|