| Index: Source/core/html/forms/InputType.h
|
| diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h
|
| index 27568cf8e57cdf39da4b4ee298e3ad4c0908ca6e..fe587cb2158d62843742b648bba3111fe736d99e 100644
|
| --- a/Source/core/html/forms/InputType.h
|
| +++ b/Source/core/html/forms/InputType.h
|
| @@ -159,7 +159,7 @@ public:
|
| virtual bool shouldSendChangeEventAfterCheckedChanged();
|
| virtual bool canSetValue(const String&);
|
| virtual bool storesValueSeparateFromAttribute();
|
| - virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior);
|
| + virtual void setValue(const String&, bool valueChanged, bool isReset, TextFieldEventBehavior);
|
| virtual bool shouldRespectListAttribute();
|
| virtual bool shouldRespectSpeechAttribute();
|
| virtual bool isEnumeratable();
|
|
|