summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLOutputElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLOutputElement.h')
-rw-r--r--WebCore/html/HTMLOutputElement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/HTMLOutputElement.h b/WebCore/html/HTMLOutputElement.h
index df807fb..83ecee2 100644
--- a/WebCore/html/HTMLOutputElement.h
+++ b/WebCore/html/HTMLOutputElement.h
@@ -43,7 +43,6 @@ public:
virtual bool willValidate() const { return false; }
- void setForm(const String&);
String value() const;
void setValue(const String&);
String defaultValue() const;