| 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 02469bcfbe39c72b60d5745147060a345fb267a9..4508f28c47387b9253f30e81afc22b3a0df97a9d 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| @@ -77,8 +77,8 @@ class CORE_EXPORT FileInputType final : public InputType,
|
| FileList* files() override;
|
| void setFiles(FileList*) override;
|
| bool canSetValue(const String&) override;
|
| - bool getTypeSpecificValue(String&)
|
| - override; // Checked first, before internal storage or the value attribute.
|
| + // Checked first, before internal storage or the value attribute.
|
| + bool getTypeSpecificValue(String&) override;
|
| void setValue(const String&,
|
| bool valueChanged,
|
| TextFieldEventBehavior) override;
|
|
|