summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTextAreaElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTextAreaElement.h')
-rw-r--r--WebCore/html/HTMLTextAreaElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLTextAreaElement.h b/WebCore/html/HTMLTextAreaElement.h
index af233ae..43fe493 100644
--- a/WebCore/html/HTMLTextAreaElement.h
+++ b/WebCore/html/HTMLTextAreaElement.h
@@ -51,9 +51,6 @@ public:
void rendererWillBeDestroyed();
- const AtomicString& accessKey() const;
- void setAccessKey(const String&);
-
void setCols(int);
void setRows(int);