summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLFormControlElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLFormControlElement.h')
-rw-r--r--WebCore/html/HTMLFormControlElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLFormControlElement.h b/WebCore/html/HTMLFormControlElement.h
index 0d1b31a..7430df7 100644
--- a/WebCore/html/HTMLFormControlElement.h
+++ b/WebCore/html/HTMLFormControlElement.h
@@ -45,7 +45,7 @@ public:
virtual const AtomicString& type() const = 0;
- virtual bool isControl() const { return true; }
+ virtual bool isTextControl() const { return false; }
virtual bool isEnabled() const { return !disabled(); }
virtual void parseMappedAttribute(MappedAttribute*);