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, 1 insertions, 0 deletions
diff --git a/WebCore/html/HTMLOptionElement.h b/WebCore/html/HTMLOptionElement.h
index 843608f..7be9e9a 100644
--- a/WebCore/html/HTMLOptionElement.h
+++ b/WebCore/html/HTMLOptionElement.h
@@ -76,6 +76,7 @@ public:
virtual String textIndentedToRespectGroupLabel() const;
+ bool ownElementDisabled() const { return HTMLFormControlElement::disabled(); }
virtual bool disabled() const;
virtual void insertedIntoTree(bool);