| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index e718c3c04332577943aaede2781848e343b02670..3ee25e84709cc4bb4252c52b7cb7b72c6f212fc8 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -276,6 +276,7 @@ public:
|
|
|
| virtual const AtomicString& name() const OVERRIDE;
|
|
|
| + void beginEditing();
|
| void endEditing();
|
|
|
| static Vector<FileChooserFileInfo> filesFromFileInputFormControlState(const FormControlState&);
|
|
|