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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/WebCore/html/HTMLTextAreaElement.h b/WebCore/html/HTMLTextAreaElement.h
index f78386c..e22b5d5 100644
--- a/WebCore/html/HTMLTextAreaElement.h
+++ b/WebCore/html/HTMLTextAreaElement.h
@@ -43,14 +43,14 @@ public:
virtual bool isEnumeratable() const { return true; }
- virtual const AtomicString& type() const;
+ virtual const AtomicString& formControlType() const;
- virtual bool saveState(String& value) const;
- virtual void restoreState(const String&);
+ virtual bool saveFormControlState(String& value) const;
+ virtual void restoreFormControlState(const String&);
- bool readOnly() const { return isReadOnlyControl(); }
+ bool readOnly() const { return isReadOnlyFormControl(); }
- virtual bool isTextControl() const { return true; }
+ virtual bool isTextFormControl() const { return true; }
int selectionStart();
int selectionEnd();