| Index: Source/core/html/forms/FileInputType.h
|
| diff --git a/Source/core/html/forms/FileInputType.h b/Source/core/html/forms/FileInputType.h
|
| index 90d6f5933060ea0ded5a99255714da75559b98bf..770192aa7a56a7c15ef999a0e8ba0747d5fdfbd4 100644
|
| --- a/Source/core/html/forms/FileInputType.h
|
| +++ b/Source/core/html/forms/FileInputType.h
|
| @@ -50,6 +50,8 @@ public:
|
| static Vector<FileChooserFileInfo> filesFromFormControlState(const FormControlState&);
|
| static FileList* createFileList(const Vector<FileChooserFileInfo>& files, bool hasWebkitDirectoryAttr);
|
|
|
| + void countUsage() override;
|
| +
|
| private:
|
| FileInputType(HTMLInputElement&);
|
| const AtomicString& formControlType() const override;
|
|
|