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