| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index 796c7e754bf42178e70fc47f3f9c305b8a7d28c5..c0aa4c07dd6f0de3b486a7e9ceddbbf237332e3e 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -181,7 +181,6 @@ public:
|
| int maxResults() const { return m_maxResults; }
|
|
|
| const AtomicString& defaultValue() const;
|
| - void setDefaultValue(const AtomicString&);
|
|
|
| Vector<String> acceptMIMETypes();
|
| Vector<String> acceptFileExtensions();
|
|
|