| Index: third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp b/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| index f234817b723628154589bdb26ba389e0f9c1ea06..0d6b38e4894ad3a796b841e0694b8470f3e9aa18 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| @@ -157,6 +157,10 @@ LayoutObject* FileInputType::createLayoutObject(const ComputedStyle&) const {
|
| return new LayoutFileUploadControl(&element());
|
| }
|
|
|
| +InputType::ValueMode FileInputType::valueMode() const {
|
| + return ValueMode::kFilename;
|
| +}
|
| +
|
| bool FileInputType::canSetStringValue() const {
|
| return false;
|
| }
|
|
|