diff options
Diffstat (limited to 'WebCore/html/HTMLButtonElement.h')
-rw-r--r-- | WebCore/html/HTMLButtonElement.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/html/HTMLButtonElement.h b/WebCore/html/HTMLButtonElement.h index aefb27a..888c0a8 100644 --- a/WebCore/html/HTMLButtonElement.h +++ b/WebCore/html/HTMLButtonElement.h @@ -32,11 +32,7 @@ class HTMLButtonElement : public HTMLFormControlElement { public: static PassRefPtr<HTMLButtonElement> create(const QualifiedName&, Document*, HTMLFormElement*); - String accessKey() const; - void setAccessKey(const String&); - String value() const; - void setValue(const String&); private: HTMLButtonElement(const QualifiedName& tagName, Document*, HTMLFormElement*); |