| Index: Source/core/html/forms/FileInputType.cpp
|
| diff --git a/Source/core/html/forms/FileInputType.cpp b/Source/core/html/forms/FileInputType.cpp
|
| index ddf8bff97a7d6a71056b63209c16ecede82b7f60..b9e61d176772391e08425e8d612a4100f8a5475f 100644
|
| --- a/Source/core/html/forms/FileInputType.cpp
|
| +++ b/Source/core/html/forms/FileInputType.cpp
|
| @@ -213,7 +213,7 @@ void FileInputType::setValue(const String&, bool valueChanged, TextFieldEventBeh
|
| return;
|
|
|
| m_fileList->clear();
|
| - element().setNeedsStyleRecalc(SubtreeStyleChange);
|
| + element().setNeedsStyleRecalc(StyleRecalcDueToControlValue, SubtreeStyleChange);
|
| element().setNeedsValidityCheck();
|
| }
|
|
|
|
|