| Index: Source/core/html/forms/ColorInputType.cpp
|
| diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp
|
| index c4462b149d6a18ad843a392f4692f7668e964e0e..bd56245447a9c7c946610e8a598e1393389a8886 100644
|
| --- a/Source/core/html/forms/ColorInputType.cpp
|
| +++ b/Source/core/html/forms/ColorInputType.cpp
|
| @@ -142,9 +142,9 @@ void ColorInputType::createShadowSubtree()
|
| element().updateView();
|
| }
|
|
|
| -void ColorInputType::setValue(const String& value, bool valueChanged, TextFieldEventBehavior eventBehavior)
|
| +void ColorInputType::setValue(const String& value, bool valueChanged, bool isReset, TextFieldEventBehavior eventBehavior)
|
| {
|
| - InputType::setValue(value, valueChanged, eventBehavior);
|
| + InputType::setValue(value, valueChanged, isReset, eventBehavior);
|
|
|
| if (!valueChanged)
|
| return;
|
|
|