| Index: Source/core/html/forms/FileInputType.h
|
| diff --git a/Source/core/html/forms/FileInputType.h b/Source/core/html/forms/FileInputType.h
|
| index a91ba75e2be43a2e3ffc924efe5a4f0ada0fd104..a675ec9aa9fc4733b6e1729bd0d3d480c6dc264a 100644
|
| --- a/Source/core/html/forms/FileInputType.h
|
| +++ b/Source/core/html/forms/FileInputType.h
|
| @@ -41,7 +41,7 @@ namespace WebCore {
|
| class DragData;
|
| class FileList;
|
|
|
| -class FileInputType : public BaseClickableWithKeyInputType, private FileChooserClient {
|
| +class FileInputType FINAL : public BaseClickableWithKeyInputType, private FileChooserClient {
|
| public:
|
| static PassRefPtr<InputType> create(HTMLInputElement&);
|
| static Vector<FileChooserFileInfo> filesFromFormControlState(const FormControlState&);
|
|
|