| Index: Source/core/html/FileInputType.h
|
| diff --git a/Source/core/html/FileInputType.h b/Source/core/html/FileInputType.h
|
| index 5aed16956796cf9da3cfadb5d2e3f1411b590d13..1f3c0141e8e5de81d6b6aabea407d2ea8043262c 100644
|
| --- a/Source/core/html/FileInputType.h
|
| +++ b/Source/core/html/FileInputType.h
|
| @@ -43,7 +43,7 @@ class FileList;
|
|
|
| class FileInputType : public BaseClickableWithKeyInputType, private FileChooserClient {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
| static Vector<FileChooserFileInfo> filesFromFormControlState(const FormControlState&);
|
|
|
| private:
|
|
|