| Index: Source/core/html/forms/BaseButtonInputType.cpp
|
| diff --git a/Source/core/html/forms/BaseButtonInputType.cpp b/Source/core/html/forms/BaseButtonInputType.cpp
|
| index a789afb0033c5580e14ab887a178012771ef4ddc..20b902e27930ad26d67a05b243537956ce1ab941 100644
|
| --- a/Source/core/html/forms/BaseButtonInputType.cpp
|
| +++ b/Source/core/html/forms/BaseButtonInputType.cpp
|
| @@ -74,7 +74,7 @@ bool BaseButtonInputType::storesValueSeparateFromAttribute()
|
| return false;
|
| }
|
|
|
| -void BaseButtonInputType::setValue(const String& sanitizedValue, bool, TextFieldEventBehavior)
|
| +void BaseButtonInputType::setValue(const String& sanitizedValue, bool, bool, TextFieldEventBehavior)
|
| {
|
| element().setAttribute(valueAttr, AtomicString(sanitizedValue));
|
| }
|
|
|