| Index: third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/FileInputType.h b/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| index bc45704511296f5ac33260c9aaad91c6e1e0cb24..a5b0c441d2cd62929dbe93d788749d7c243ff964 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| @@ -76,6 +76,7 @@ class CORE_EXPORT FileInputType final : public InputType,
|
| bool canSetStringValue() const override;
|
| FileList* files() override;
|
| void setFiles(FileList*) override;
|
| + ValueMode valueMode() const override;
|
| bool canSetValue(const String&) override;
|
| // Checked first, before internal storage or the value attribute.
|
| bool getTypeSpecificValue(String&) override;
|
|
|