| Index: Source/core/html/forms/FileInputType.cpp
|
| diff --git a/Source/core/html/forms/FileInputType.cpp b/Source/core/html/forms/FileInputType.cpp
|
| index 120759f4700399a14b432e427543e5e88ee169f8..a3b4727e31c411d4b4a0ad4c1465f2d9ad10789d 100644
|
| --- a/Source/core/html/forms/FileInputType.cpp
|
| +++ b/Source/core/html/forms/FileInputType.cpp
|
| @@ -207,7 +207,7 @@ bool FileInputType::getTypeSpecificValue(String& value)
|
| return true;
|
| }
|
|
|
| -void FileInputType::setValue(const String&, bool valueChanged, TextFieldEventBehavior)
|
| +void FileInputType::setValue(const String&, bool valueChanged, bool, TextFieldEventBehavior)
|
| {
|
| if (!valueChanged)
|
| return;
|
|
|