summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLOptionElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLOptionElement.h')
-rw-r--r--WebCore/html/HTMLOptionElement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/HTMLOptionElement.h b/WebCore/html/HTMLOptionElement.h
index b82bfae..d0ff23b 100644
--- a/WebCore/html/HTMLOptionElement.h
+++ b/WebCore/html/HTMLOptionElement.h
@@ -70,7 +70,6 @@ public:
void setDefaultSelected(bool);
String label() const;
- void setLabel(const String&);
bool ownElementDisabled() const { return HTMLFormControlElement::disabled(); }