| 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 a5b0c441d2cd62929dbe93d788749d7c243ff964..865703e5b21d2ed40b8f29befc1e145faf083ac5 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| @@ -78,8 +78,7 @@ class CORE_EXPORT FileInputType final : public InputType,
|
| 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;
|
| + String valueInFilenameValueMode() const override;
|
| void setValue(const String&,
|
| bool valueChanged,
|
| TextFieldEventBehavior) override;
|
|
|