| Index: Source/WebCore/html/HTMLInputElement.h
|
| ===================================================================
|
| --- Source/WebCore/html/HTMLInputElement.h (revision 136089)
|
| +++ Source/WebCore/html/HTMLInputElement.h (working copy)
|
| @@ -288,6 +288,8 @@
|
|
|
| static Vector<FileChooserFileInfo> filesFromFileInputFormControlState(const FormControlState&);
|
|
|
| + virtual bool shouldMatchReadOnlySelector() const OVERRIDE;
|
| + virtual bool shouldMatchReadWriteSelector() const OVERRIDE;
|
| virtual void setRangeText(const String& replacement, ExceptionCode&) OVERRIDE;
|
| virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionCode&) OVERRIDE;
|
|
|
|
|