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